ApplySoftBody
 
 
 

ApplySoftBody

Introduced

v1.0

Description

Applies the SoftBody operator.

Scripting Syntax

oReturn = ApplySoftBody( [InputObjs] );

Return Value

Returns an XSICollection with the SoftBody Operator as its first member.

Parameters

Parameter Type Description
InputObjs String List of objects

Default Value: Selected objects

Examples

VBScript Example

' Example of applying SoftBody
set mySoftBody = CreatePrim( "Sphere", "MeshSurface", "SoftBody" )
ApplySoftBody mySoftBody

See Also

AddParticleObstacle AddParticleForce