ParticleTraceGroup

class cee.cug.ParticleTraceGroup()

Accessors

  • mapScalarResultId

  • seedPointArray

  • vectorResultId

  • visible


Accessors

cee.cug.mapScalarResultId()

The result id of the scalar result mapped on the particle trace.

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

Return type:

number

cee.cug.seedPointArray()
Return type:

unknown

cee.cug.vectorResultId()

The result id of the vector result used to compute the particle trace.

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