Isosurface

class cee.cug.Isosurface()

Accessors

Isosurface.highlight()

Whether the isosurface should be highlighted.

Return type:

boolean

Isosurface.highlight(highlight)
Arguments:
  • highlight (boolean) – None

Return type:

void

Isosurface.mapContourLinesResultId()

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

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

Return type:

number

Isosurface.mapScalarResultId()

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

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

Return type:

number

Isosurface.mapVectorResultId()

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

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

Return type:

number

Isosurface.visible()
Return type:

boolean

Isosurface.visible(visible)
Arguments:
  • visible (boolean) – None

Return type:

void