SIRotation.RotZ

Introduced

v5.1

Description

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

C# Syntax

// get accessor
Double rtn = ISIRotation.RotZ;
// set accessor
ISIRotation.RotZ = Double;

See Also

SIRotation.RotX SIRotation.RotY SIRotation.GetXYZAnglesValues2 SIRotation.GetXYZAnglesValues SIRotation.SetFromXYZAngles SIRotation.SetFromXYZAnglesValues