::hwp::GetSelectionSet
Gets a SelectionSet handle of an animation client model.
Syntax
::hwp::GetSelectionSet
Application
Tcl Query
Description
This procedure implements minus options.
Mandatory Arguments
- -id "selectionsetID"
- The SelectionSet ID.
Optional Arguments
- -id "selectionsetID"
- The SelectionSet ID.
- -type "selectionType"
- Possible selection types are 'id' or 'label'.
- -modelId "modelId"
- The model ID.
Returns
Returns a SelectionSet handle of an animation client model.
Example
set selectionSetHandle [::hwp::GetSelectionSet -id 1]