ResultInfo

class cee.ug.ResultInfo()

Information about a result, including its id and name.


Properties

cee.ug.ResultInfo.baseResultId

If the result is derived from a base result (e.g. tensor), baseResultId describes the id of the origin result.

cee.ug.ResultInfo.baseResultType

If the result is derived from a base result (e.g. tensor), baseResultType describes the type of the origin result.

cee.ug.ResultInfo.deriveOperation

If the result is derived from a base result (e.g. tensor), deriveOperation describes how the result was derived from the base result.

cee.ug.ResultInfo.id

The id of the result.

cee.ug.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.

Use the ModelDirectory.getResultInfoByIdString method to find result infos based on the idString.

cee.ug.ResultInfo.mapping

Result position (mapping) of the result

cee.ug.ResultInfo.name

The name of the result.

cee.ug.ResultInfo.resultCalculatorId

If non empty, the ID of the result calculator producing this result

cee.ug.ResultInfo.resultType

The result type (scalar, vector, displacement)

cee.ug.ResultInfo.unit

The unit of the results (if available).