SelectModel
 
 
 

SelectModel

Introduced

v1.0

Description

Model-selects the currently selected 3D objects. This is the same as calling SelectObj , "MODEL".

This branch-selects the models containing the 3D objects. For the default model (the Scene_Root), the top-level 3D object is branch-selected instead of selecting the scene root. SelectModel does nothing to selected elements that are not 3D objects.

Scripting Syntax

SelectModel( [CheckObjectSelectability] );

Parameters

Parameter Type Description
CheckObjectSelectability Boolean Specifies whether to select objects that marked as unselectable.

Default Value: False

Possible Values:

Description:

False Select objects even if they are marked as unselectable.
True Do not select objects if they are marked as unselectable.

Examples

VBScript Example

' Make sure all hierarchies are model-selected.
SelectModel

See Also

Selection SelectObj AddToSelection RemoveFromSelection SelectBranch SelectTree