CreateClusterFromSubComponent

詳細

コンポーネントのクラスタを作成します。

スクリプト構文

oReturn = CreateClusterFromSubComponent( InputObjs, [Name], [CanConnectToTag] );

戻り値

クラスタを含む XSICollection を戻します。

パラメータ

パラメータ タイプ 説明
InputObjs 文字列 クラスタに追加するコンポーネント
Name 文字列 クラスタ名。
CanConnectToTag Boolean True の場合はタグを接続できます。

デフォルト値: 0

VBScript の例

'This example shows how to create cluster

newscene

CreatePrim "Grid", "MeshSurface"

'Create cluster and name it

CreateClusterFromSubComponent "grid.pnt[4,13,22,31,36-44,49,58,67,76]",_

"PlusShape"

'Cluster is not selected automatically.

SelectObj "grid.polymsh.cls.PlusShape"

関連項目

CreateCluster