getSrfActor()
Return surface actor specified by its information.
Usage
srfActor = vis.getSrfActor( srfInfo )
Parameters
- srfInfo (integer) or (string)
- Name or ID of a surface.
Return Value
- srfActor (object)
- Surface actor corresponding to the srfInfo.
Errors
srfInfo should be valid.
Description
This routine returns the surface actor specified by its name or ID which is given by
srfInfo. For
example,
fan = vis.getSrfActor( "impeller" )