getVolActor()
Return volume actor specified by its information.
Usage
volActor = vis.getVolActor( volInfo )
Parameters
- volInfo (integer) or (string)
- Name or ID of a volume.
Return Value
- volActor (object)
- Volume actor corresponding to the volInfo.
Errors
volInfo should be valid.
Description
This routine returns the volume actor specified by its name or ID which is given by
volInfo. For
example,
imp = vis.getVolActor( "impeller" )