ShrinkSelection

導入

v5.0

カテゴリ

選択

詳細

現在のサブコンポーネントSelectionを小さくします。 元の選択の隣接サブコンポーネントを選択解除するという点で、GrowSelectionとは逆の機能です。

スクリプト構文

ShrinkSelection();

VBScript の例

' Create a grid
CreatePrim "Grid", "MeshSurface"
' Select some components
SelectGeometryComponents "grid.poly[18-20,26-28,34-36,42-44]"
'Shrink selection
ShrinkSelection