v1.0
Tree-selects the currently selected 3D objects. This is the same as calling
SelectObj , "TREE".
This selects the root objects in the trees containing the 3D objects. A root is
a 3D object that is a direct child of a model, or of the Scene_Root if the objects
are not part of a model.
Note: SelectTree does nothing to selected elements that are not 3D objects.
SelectTree( [CheckObjectSelectability] ); |
Parameter | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
CheckObjectSelectability | Boolean |
Specifies whether to select objects that marked as unselectable. Default Value: False
|
' Make sure all objects are tree-selected SelectTree |