SelectAdjacent

Introduced

v1.5

Description

Identifies the neighbors indices from the input indices and either adds them to the selection or uniquely selects them.

Scripting Syntax

SelectAdjacent( [InputObjs], [SelFilter], [ExtendSelection] );

Parameters

Parameter Type Description
InputObjs String List of objects.

Default Value: Current selection.

SelFilter FilterConstant Selection filter that specifies what type of neighbor elements to select.

Default Value: Current selection filter.

ExtendSelection Boolean Indicates how to extend the selection.

Default Value: False

Possible Values:

Description:

False Only select the newly-found neighbours.
True Add the found neighbors to the current input components