Description
This property allows you to define the hole creation option.
Syntax
Property get:
Option = ToOption ( );
|
Return: (HoleOption) Option |
An hole creation option. |
Property set:
ToOption( Option );
|
Input: (HoleOption) Option |
An extrude creation option. |
Note
cmHoleOneDir - Using this option needs to set the Depth parameter.
cmHoleToReference - Choose the plane or face at which the holes will end.
cmHoleToClosest - The holes will stop at the closest face.
cmHoleThroughOneSide - The holes will proceed through the entire solid object.