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