SITransformation.RotZ
 
 
 

SITransformation.RotZ

Introduced

v5.1

Description

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

C# Syntax

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

See Also

SITransformation.RotX SITransformation.RotY SITransformation.GetRotationXYZAngles SITransformation.SetRotationFromXYZAngles