Description
This property defines the trimming direction for the first face.
Syntax
Property get:
iDir = FirstDir ( );
|
Return: (Variant) iDir |
Get a vector direction. An array of 3D point coordinates (x,y,z). |
Property set:
FirstDir ( iDir );
|
Input: (Variant) iDir |
Set a vector direction. An array of 3D point coordinates (x,y,z). |
Note
This works only if ProjectionOption = cmTrimFProjectionDirection .