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
nCpls = vis.getNCpls( )
for i in range(nCpls):
name = vis.getCplName( i )