CuttingPlane

class cee.cug.CuttingPlane()

Accessors

CuttingPlane.highlight()

Whether the cutting plane should be highlighted.

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

void

CuttingPlane.mapContourLinesResultId()

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

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

Return type:number
CuttingPlane.mapScalarResultId()

The result id of the scalar result mapped on the cutting plane.

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

Return type:number
CuttingPlane.mapVectorResultId()

The result id of the vector result mapped on the cutting plane.

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

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

void