v2.0
Returns the list of proportional volume operators connected to a given proportional volume deformer control object.
oReturn = GetConnectedPropVolume( InputObjs ); |
Returns the operators connected to the volume deformer in an XSICollection.
Parameter | Type | Description |
---|---|---|
InputObjs | String |
List of volume deform control objects Default Value: Current selection |
' ' 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 |