SelectAllConnectedComponents

導入

v10.5 (2012)

詳細

選択コンポーネントからアイランドを選択します。アイランドは、選択コンポーネントに直接接続されるすべてのコンポーネントとして定義されます。

スクリプト構文

SelectAllConnectedComponents( SelectionList );

パラメータ

パラメータ タイプ 説明
SelectionList 文字列 コンポーネントのリスト

デフォルト値: n/a

VBScript の例

CreatePrim "Grid", "MeshSurface"

ApplyTopoOp "DeleteComponent", "grid.poly[24-39]", siUnspecified, siPersistentOperation

SelectAllConnectedComponents "grid.poly[11]"