クラスタ
コンポーネントのクラスタを作成します。
oReturn = CreateClusterFromSubComponent( InputObjs, [Name], [CanConnectToTag] ); |
クラスタを含む XSICollection を戻します。
パラメータ | タイプ | 詳細 |
---|---|---|
InputObjs | 文字列 | クラスタに追加するコンポーネント |
Name | 文字列 | クラスタ名。 |
CanConnectToTag | ブール | True の場合はタグを接続できます。
デフォルト値: 0 |
'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" |