User Tools

Site Tools


ig.creator:products:graphical:evaluator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ig.creator:products:graphical:evaluator [2021/06/04 15:15] – [1) Choosing an Evaluator] ig_jscig.creator:products:graphical:evaluator [2024/04/04 08:04] (current) – external edit 127.0.0.1
Line 7: Line 7:
 This script is programmed externally. This script is programmed externally.
 Evaluator parameters help to exert influence on the evaluator. Evaluator parameters help to exert influence on the evaluator.
 +
 +Evaluators can be used to create structures that can be reused inside different structures.
 +Generally each workspace needs to create its own evaluators from scratch.
 +
 +:!: Note :!: There are some predefined IG standard Evaluators available. Ask your IG contact for more details.
  
  
Line 16: Line 21:
 An Evaluator is only availabe if it was uploaded as a [[ig.creator:assets:scripts|Script]] to the Creator. An Evaluator is only availabe if it was uploaded as a [[ig.creator:assets:scripts|Script]] to the Creator.
  
-:!: Note the small arrow for the drop-down menu on the right side+:!: Note the small arrow for the drop-down menu on the right side!
  
 ==== 2) Evaluator Parameters ==== ==== 2) Evaluator Parameters ====
Line 39: Line 44:
   * **Value:** The current value of a parameter. This can be a constant or a JavaScript snippet.   * **Value:** The current value of a parameter. This can be a constant or a JavaScript snippet.
  
-|Value {} = true: false |Set a fix value| +|Value {}: false |Set a fix value| 
-|Value {} = true: {ComShowComponent === 'Yes'} |Simple JavaScript expression using a Commercial property| +|Value {}: {ComShowComponent === 'Yes'} |Simple JavaScript expression using a Commercial property| 
-|Value {} = true: {$c.toggleVisibility()} |JavaScript expression using a function from the Context|+|Value {}: {$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** To learn more about using JavaScript expressions and Context functions, see the following links: **Needs to be provided**
Line 54: Line 59:
 An Evaluator can have an image that shows and helps understanding the Evaluator and its parameters. An Evaluator can have an image that shows and helps understanding the Evaluator and its parameters.
 The image can be uploaded together with the Evaluator script. The image can be uploaded together with the Evaluator script.
 +
 +
 +===== Related Topics =====
 +  * [[igx.kinematics:info| Kinematics]]
 +  * [[ig.creator:products:graphical:interactor| Interactors ]]
  
  
ig.creator/products/graphical/evaluator.1622812524.txt.gz · Last modified: 2024/04/04 08:04 (external edit)