getCplName()

Return the name of a cut-plane object.

Usage

cplName = vis.getCplName( cplId )

Parameters

cplId (integer)
Cut-plane ID.

Return Value

cplName (string)
Cut-plane name.

Errors

cplId should be valid.

Description

This routine returns the name of a cut-plane object which is specified by its ID cplId. For example,
nCpls = vis.getNCpls( )
for i in range(nCpls):
    name = vis.getCplName( i )