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