ShrinkSelection

Introduced

5.0

Description

Shrinks the current subcomponent Selection. This is the inverse of GrowSelection, in that the selection shrinks to the adjacent subcomponents of the original selection.

Examples

VBScript Example

' Create a grid
CreatePrim "Grid", "MeshSurface"

' Select some components
SelectGeometryComponents "grid.poly[18-20,26-28,34-36,42-44]"

'Shrink selection
ShrinkSelection


Autodesk Softimage v7.5