SoTexture2Transformrotation Property |
Counterclockwise rotation of the coordinate space, in radians.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat rotation { get; }
Public ReadOnly Property rotation As SoSFFloat
Get
public:
property SoSFFloat^ rotation {
SoSFFloat^ get ();
}
member rotation : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This results in a clockwise rotation of the texture on the object.
See Also