v1.5
シミュレーション
クラスタを Cloth オペレータに追加します。
AddClothClusters( [InputObj], [Interactive] ); |
パラメータ | タイプ | 詳細 |
---|---|---|
InputObj | 文字列 | クラスタのリスト。
デフォルト値: 選択されたクラスタ |
Interactive | ブール | クラスタを確認する場合は 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 |