|
IMdExtrude::ToOption
Description
This property allows you to define an extrude creation option.
Syntax
Property get:
Option = ToOption ( );
Return: (ExtrudeToOption) Option | An extrude creation type. |
Property set:
ToOption( Option );
Input: (ExtrudeToOption) Option | An extrude creation type. |
Note
cmExtrudeOneDir - the same as cmExtrudeOneSide in the IMdExtrude::SideOption property.
cmExtrudeMidPlane - creates an extrude from both sides of the contour sketcher plane with delta/2 length from each side. The same as cmExtrudeBothSide in the IMdExtrude::SideOption property where the delta and opposite delta are equal to the extrude length divided by 2.
cmExtrudeToClosest - allows you to create an extrude to the closest face of an active object. The option is used with the cmExtrudeSweepModeAdd mode
cmExtrudeToReference - allows you to create an extrude to a reference face.
cmExtrudeThroughOneSide and cmExtrudeThroughAll options are used with modes cmExtrudeSweepModeRemove and enables remove extrude that passes through one side defined by the extrude direction or through both sides.
|