v1.5
クラスタを Cloth オペレータに追加します。
AddClothClusters( [InputObj], [Interactive] ); |
パラメータ | タイプ | 説明 |
---|---|---|
InputObj | 文字列 |
クラスタのリスト。 デフォルト値: 選択されたクラスタ |
Interactive | Boolean |
クラスタを確認する場合は True デフォルト値: True |
' ' This example shows adding Cloth clusters ' set myCloth = CreatePrim( "Grid", "MeshSurface", "Cloth" ) ApplyCloth myCloth ' Create myClothCluster... set myClothCluster = CreateCluster( myCloth & ".pnt[1-8,10-17]" ) AddClothClusters myClothCluster, false |