|
IMdExtrude::SideOption
Description
This property allows you to get and set an extrude side option if there is an extrude on one or both sides of the plane on which the contour lies.
Syntax
Property get:
Side = SideOption ( );
Return: (ExtrudeSideOption) Side |
Extrude side option. |
Property set:
SideOption( Side );
Input: (ExtrudeSideOption) Side |
Extrude side option. |
|