SIRotation.RotX
 
 
 

SIRotation.RotX

Introduced

v5.1

Description

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

C# Syntax

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

See Also

SIRotation.RotY SIRotation.RotZ SIRotation.GetXYZAnglesValues2 SIRotation.GetXYZAnglesValues SIRotation.SetFromXYZAngles SIRotation.SetFromXYZAnglesValues