Introduced
1.5
Description
Adds clusters to a Cloth operator.
Scripting Syntax
AddClothClusters( [InputObj], [Interactive] )
Parameters
|
Parameter |
Type |
Description |
|
InputObj |
List of clusters Default Value: Selected clusters |
|
|
Interactive |
True to inspect clusters. Default Value: True |
Examples
VBScript Example
' ' 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
See Also
|
|
|
|
Autodesk Softimage v7.5