CreateResultCalculatorConfig

class cee.ug.CreateResultCalculatorConfig()

Configuration for creating or recreating result calculators


Properties

CreateResultCalculatorConfig.calculatorId
Type:string

The ID of the calculator as provided in the CRC_FrameworkServices::registerCalculatorFunc()

CreateResultCalculatorConfig.coordSystemString
Type:string optional

(Optional) A string representing the coordinate system in the format “type=<type>;origin=<x,y,z>;orientation=<m00,m01,m02,m10,m11,m12,m20,m21,m22>”. Valid <type> values: “cartesian”, “cylindrical”, “spherical”. Orientation is a 3x3 rotation matrix specified in row-major order. Example: “type=cylindrical;origin=10.0,5.0,0.0;orientation=1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0”

CreateResultCalculatorConfig.initString
Type:string

The initialization string passed to the CRCResultCalculator::initialize() method

CreateResultCalculatorConfig.resultIdString
Type:string

The idString of the result to create. This should be unique. The idString of all results can be found in the ResultInfo of the result in the ModelDirectory