Selection

Object Hierarchy | Related C++ Class: Selection

Introduced

1.0

Description

The selection object represents the global selection for the application. The user can change the global selection in the views, explorer, MCA (selection sub-panel in the main control panel), and through scripting (for example, see SelectObj, AddToSelection, RemoveFromSelection, ToggleSelection, DeselectAll, etc.).

Note: Selection provides access to its members through the Selection.Item property. Depending on what is selected, the Selection.Item property returns either the object or a CollectionItem. For example, if you select the whole sphere, the Selection.Item property returns the sphere as an X3DObject; however, if you select only a subcomponent (like an edge), it returns the edge as a CollectionItem.

Methods

Add

Clear

GetAsText

Remove

SetAsText

 

 

 

Properties

Count

Filter

Item

Examples

• See Selection.1.vbs

• See Selection.2.vbs



Autodesk Softimage 2011