CopyCluster

詳細

クラスタを指定したターゲットにコピーします。

スクリプト構文

CopyCluster( [Cluster], [Target] );

パラメータ

パラメータ タイプ 説明
Cluster 文字列 コピーするクラスタ
Target 文字列 クラスタのコピー先となるターゲットのリスト(3Dobjects、プリミティブ、クラスタ コンテナ)

VBScript の例

'This example shows how to copy a cluster

newscene

' Create grid and grid1 (naming done by default)

CreatePrim "Grid", "MeshSurface"

CreatePrim "Grid", "MeshSurface"

Translate , 0, 8, 0, siAbsolute, siParent, siObj, siY

'Create a cluster from selection

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

'Copy cluster from grid to grid1...

CopyCluster "grid.polymsh.cls.Point", "grid1"

SelectObj "grid.polymsh.cls.Point, grid1.polymsh.cls.Point"

関連項目

AddToCluster CreateCluster RemoveCluster RemoveFromCluster