This is an old revision of the document!
Table of Contents
Products/Graphical/Evaluator
to be extended
You need to select a Product in either Products or Assets/Commercial to enter this page. If no Product is selected, you will be re-directed automatically.
Evaluator
An Evaluator is a fix structure created from a script. This script is programmed externally. Evaluator parameters help to exert influence on the evaluator.
1) Choosing an Evaluator
An Evaluator can be choosen at the top line by typing in the name or selecting it from the dropdown menu. An Evaluator is only availabe if it was uploaded as a Script to the Creator.
2) Evaluator Parameters
An Evaluator can have several parameters which give the option to take influence on the evaluator. Evaluator parameters needs to be provided by the uploaded scripts, too. Otherwise this table is empty.
Each parameter is defined by the following proporties:
- Name: The name of the parameter
- Type: The type of the parameter. Parameters can have different the following types:
- Length: Number as length in M
- Integer: Number as integer
- Float: Number as float
- Boolean: Boolean
- String: String
- Material: Material as string
- ArcDEG: Number as degree
- type[]: Array
- type*: Array
- Description (Default): The description of the parameter. The default values is shown in brackets.
- Value: The current value of a parameter. This can be a constant or a JavaScript snippet.
Visible {} = true: false | Set a fix value |
Visible {} = true: {ComShowComponent === 'Yes'} | Simple JavaScript expression using a Commercial property |
Visible {} = true: {$c.toggleVisibility()} | JavaScript expression using a function from the Context |
To learn more about using JavaScript expressions and Context functions, see the following links: Needs to be provided