SeExpr

SeExpr

Execute a SeExpr expression on the input parameters and store the result inside the blackboard key provided. For more information about SeExprplease have a look here: SeExpr Open Source Home (wdas.github.io)

Examples:

$fooVar1 = 0.3; $fooVar2 = 0.4; $input0 * $fooVar1 + $input1 * (1.0 - $fooVar2)
$fooVar1 = [0.3, 0.5, 0.0]; noise(10*$fooVar1[0],10*$fooVar1[1])

 

Success:  When the expression is executed without errors.

Failure: When the expression is invalid.

Running: Never.


Attributes

Attributes

Type

Description

Attributes

Type

Description

input0

meta

input 0 - please use $input0 inside the expression to access its value

input1

meta

input 1 - please use $input1 inside the expression to access its value

...

meta

...

input5

meta

Input 5 - please use $input5 inside the expression to access its value

script

string

Multiline SeExpr expression

blackboardKey

string

Blackboard entry name used to store the result of the expression

Copyright © 2017, Toolchefs LTD.