|
IMdExtrude::BaseEntity
Description
When you execute the extrude procedure in the add or remove mode, this property allows you to set an entity or body that is not wireframe, to which a newly created from extrude, solid object will be added. This property also provides the possibility of getting the current active object.
Syntax
Property get:
BaseEntity = BaseEntity ( );
Return: (ICimEntity) BaseEntity |
Current active object. |
Property set:
BaseEntity( BaseEntity );
Input: (ICimEntity) BaseEntity |
A body (not wireframe) entity to which a new object created from a current extrude is added. |
|