Description
Get the grown neighbors indices (of the same kind as the input indices) from the input indices and add them to selection.
Scripting Syntax
GrowSelection( [InputObjs] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of objects. Default Value: Current selection. |
Examples
VBScript Example
'In the case of an heterogeneous selection, we parse the input list into 'homogeneous lists on which we call GetNeighbors with the siGrow argument 'Grow a homogeneous selection (say a 0D selection) GrowSelection in_oList 'Grow a heterogeous selection (0D, 1D and 2D) GrowSelection in_oList
SOFTIMAGE|XSI v6.01