AddClothClusters

導入

v1.5

カテゴリ

シミュレーション

詳細

クラスタを Cloth オペレータに追加します。

スクリプト構文

AddClothClusters( [InputObj], [Interactive] );

パラメータ

パラメータ タイプ 詳細
InputObj 文字列 クラスタのリスト

デフォルト値: 選択されたクラスタ

Interactive ブール クラスタを確認する場合は True

デフォルト値: True

VBScript の例

'
'       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

関連項目

ApplyCloth Cluster Geometry.AddCluster Geometry.AddEmptyCluster Geometry.Clusters