AddClothClusters
 
 
 

AddClothClusters

Introduced

v1.5

Description

Adds clusters to a Cloth operator.

Scripting Syntax

AddClothClusters( [InputObj], [Interactive] );

Parameters

Parameter Type Description
InputObj String List of clusters

Default Value: Selected clusters

Interactive Boolean 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

ApplyCloth Cluster Geometry.AddCluster Geometry.AddEmptyCluster Geometry.Clusters