|
IMdExtrude::Contour
Description
This property allows you to get and set a contour from which to do an extrude.
Syntax
Property get:
Contour = Contour ( );
Return: (ICimEntity) Contour |
Entity for extrude. |
Property set:
Contour( Contour );
Input: (ICimEntity) Contour |
Entity for extrude. |
|