|
IConnect::RotateZ
Description
This property allows you to set a rotation by around Z axis. This property is used when connect is made by UCS's.
Syntax
Property get:
AngleZ = RotateZ ( );
Return: (Double) AngleZ | The rotation angle around the Z axis. |
Property set:
RotateZ( AngleZ );
Input: (Double) AngleZ |
The rotation angle around the Z axis. |
|