Description
This property allows you to define the revolve direction of a helix.
Syntax
Property get:
ClockwiseDirection = Clockwise ( );
|
Return: (Boolean) ClockwiseDirection |
Helix revolve direction. TRUE if clockwise. |
Property set:
Clockwise( ClockwiseDirection );
|
Input: (Boolean) ClockwiseDirection |
Helix revolve direction. TRUE if clockwise. |