|
IConnect::RotateX
Description
This property allows you to set a rotation by around X-axis. This property is used when connect is made by UCS's.
Syntax
Property get:
AngleX = RotateX ( );
Return: (Double) AngleX | Rotation angle around X axis. |
Property set:
RotateX( AngleX );
Input: (Double) AngleX | Rotation angle around X axis. |
|