Introduced
1.0
Description
Applies the Cloth operator.
Scripting Syntax
ApplyCloth( [InputObjs] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of objects Default Value: Selected objects |
Return Value
Returns an XSICollection with the Cloth Operator as its first member.
Examples
VBScript Example
' Example of applying Cloth set myCloth = CreatePrim( "Grid", "MeshSurface", "Cloth" ) ApplyCloth myCloth
See Also
Autodesk Softimage v7.5