GetConnectedPropVolume

Introduced

v2.0

Categories

operator

Description

Returns the list of proportional volume operators connected to a given proportional volume deformer control object.

Scripting Syntax

oReturn = GetConnectedPropVolume( InputObjs );

Return Value

Returns the operators connected to the volume deformer in an XSICollection.

Parameters

Parameter Type Description
InputObjs String List of volume deform control objects

Default Value: Current selection

Examples

VBScript Example

'
' Get connected operators volume deformer example.
'
set grid = CreatePrim( "Grid", "MeshSurface" )
set volume = GetPrimVolumeDeform
ApplyPropVolumeOp , "" & grid & ";" & volume, , siPersistentOperation, , 0
Application.LogMessage "Operators: " & GetConnectedPropVolume
'OUTPUT: Operators: grid.polymsh.propvolumeop[1],grid.polymsh.propvolumeop

See Also

ApplyPropVolumeOp TogglePropVolume InspectPropVolume