getIsoLnName()
Return name of an iso-line object.
Usage
isoLnName = vis.getIsoLnName( isoLnId )
Parameters
- isoLnId (integer)
- Iso-line ID.
Return Value
- isoLnName (string)
- Iso-line name.
Errors
isoLnId should be valid.
Description
This routine returns the name of an iso-line object which is specified by its ID
isoLnId. For
example,
nIsoLns = vis.getNIsoLns( )
for i in range(nIsoLns):
name = vis.getIsoLnName( i )