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