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
fan = vis.getSrfActor( "impeller" )