SelectBranch
 
 
 

SelectBranch

Introduced

v1.0

Description

Branch-selects the 3D objects that are currently selected. This is the same as calling SelectObj , "BRANCH"

Note: SelectBranch does nothing to selected elements that are not 3D objects.

Scripting Syntax

SelectBranch( [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 selected 3D objects are branch-selected
SelectBranch

See Also

Selection SelectObj AddToSelection RemoveFromSelection SelectTree SelectModel