ResultInfo

class cee.cug.ResultInfo()

Information about a given result

Accessors

  • id

  • idString

  • mapping

  • maximumValue

  • minimumValue

  • name

  • resultType

  • unit


Accessors

cee.cug.id()

The id of the result. Will be unique within each result type.

Return type:

number

cee.cug.idString()

The persistent string id of the result.

This is a persistent ID of the result that will not change between versions of EnvisionWeb, and can thus be used to store setting regarding results. The id of the result might change in future versions of EnvisionWeb, and is only guaranteed to be constant in a given version.

Return type:

string

cee.cug.mapping()

Result position (mapping) of the result

Return type:

ResultMapping

cee.cug.maximumValue()

The maximum value (length for vectors or displacement) of the result

Return type:

number

cee.cug.minimumValue()

The minimum value (length for vectors or displacement) of the result

Return type:

number

cee.cug.name()

The name of the result.

Return type:

string

cee.cug.resultType()

The type of result (scalar, vector, displacement)

Return type:

ResultType

cee.cug.unit()

The unit of the results (if available).

Return type:

string