Isovolume

class cee.cug.Isovolume()

Accessors

Isovolume.highlight()

Whether the isovolume should be highlighted.

Return type:boolean
Isovolume.highlight(highlight)
Arguments:
  • highlight (boolean) – None
Return type:

void

Isovolume.mapContourLinesResultId()

The result id of the scalar result shown as contour lines on the isovolume.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:number
Isovolume.mapScalarResultId()

The result id of the scalar result mapped on the isovolume.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:number
Isovolume.mapVectorResultId()

The result id of the vector result mapped on the isovolume.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:number
Isovolume.visible()
Return type:boolean
Isovolume.visible(visible)
Arguments:
  • visible (boolean) – None
Return type:

void