Description
This property allows you to get and set an angle on which a created plane is inclined to a reference. The property is relevant only in the cmPlaneModeInclinedTo mode.
Syntax
Property get:
Angle = InclinedAngle ( );
|
Return: (Long) Angle |
An angle of incline. |
Property set:
InclinedAngle( Angle );
|
Input: (Long) Angle |
An angle of incline. |