getCplActor()

Return a cut-plane actor.

Usage

cplActor = vis.getCplActor( cplInfo )

Parameters

cplInfo (integer) or (string)
Cut-plane Name or ID.

Return Value

cplActor (object)
Cut-plane actor.

Errors

cplInfo should be valid.

Description

This routine returns a cut-plane actor which is specified by cplInfo. The cplInfo could be cut-plane ID or name. For example,
actor = vis.getCplActor( "mid-plane" )