Description
Specifies how to select objects in a hierarchy.
C# Syntax
siSelectMode.siSelectDefault // 0 siSelectMode.siSelectNode // 1 siSelectMode.siSelectBranch // 2 siSelectMode.siSelectTree // 3 siSelectMode.siSelectModel // 4
|
Constant |
Value |
Description |
|
0 |
Select the object as is. |
|
|
1 |
Select the object in node. |
|
|
2 |
Select the object and its children. |
|
|
3 |
Select the entire hierarchy of objects. |
|
|
4 |
Select the model and the hierarchy of objects. If that model is the scene root then this is the same as siSelectTree. |
Applies To
|
|
|
|
See Also
Autodesk Softimage v7.5