|
INcModel::ActiveObject
Description
This property allows you to get the current active object or activate an object. An active object may be a non-wireframe body, solid object or standalone face. By default a first created solid body (also standalone face) or imported model object is active.
Syntax
Property Set:
Entity = ActiveObject( );
Return: (ICimEntity) Entity |
Current active object. |
Property Get:
ActiveObject( Entity );
Input: (ICimEntity) Entity |
Object to be activated. |
|