GetConnectedPropVolume

Introduced

2.0

Description

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

Scripting Syntax

GetConnectedPropVolume( InputObjs )

Parameters

Parameter

Type

Description

InputObjs

String

List of volume deform control objects

Default Value: Current selection

Return Value

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

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



Autodesk Softimage v7.5