ResultInfo

class cee.cug.ResultInfo()

Information about a given result


Accessors

cee.cug.ResultInfo.id

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

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

cee.cug.ResultInfo.mapping

Result position (mapping) of the result

cee.cug.ResultInfo.maximumValue

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

cee.cug.ResultInfo.minimumValue

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

cee.cug.ResultInfo.name

The name of the result.

cee.cug.ResultInfo.resultType

The type of result (scalar, vector, displacement)

cee.cug.ResultInfo.unit

The unit of the results (if available).