v1.0
Applies the Cloth operator.
oReturn = ApplyCloth( [InputObjs] ); |
Returns an XSICollection with the Cloth Operator as its first member.
' Example of applying Cloth set myCloth = CreatePrim( "Grid", "MeshSurface", "Cloth" ) ApplyCloth myCloth |