SITransformation.RotY

Introduced

v5.1

Description

Sets or returns the rotation angle (in degrees) around the y axis of this transformation as a Double (floating-point value).

C# Syntax

// get accessor

Double rtn = ISITransformation.RotY;

// set accessor

ISITransformation.RotY = Double;

See Also

SITransformation.RotX SITransformation.RotZ SITransformation.SetRotationFromXYZAngles SITransformation.GetRotationXYZAngles