Isovolume

class cee.cug.Isovolume()

Accessors

  • highlight

  • mapContourLinesResultId

  • mapScalarResultId

  • mapVectorResultId

  • visible


Accessors

cee.cug.highlight()

Whether the isovolume should be highlighted.

Return type:

boolean

cee.cug.highlight(highlight)
Arguments:
  • highlight (boolean) – None

Return type:

void

cee.cug.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

cee.cug.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

cee.cug.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

cee.cug.visible()
Return type:

boolean

cee.cug.visible(visible)
Arguments:
  • visible (boolean) – None

Return type:

void