math¶
Module: core
Category: vec3dvaluator
Type string: "math"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
math |
math | [] |
Description¶
The math valuator generates the 3D vector using a mathematical expression for the x, y, and z components of the vector.
Use the variables X, Y, and Z to reference to position of coordinates in the reference configuration.
<fiber type="math">
<math>X+Y, Y+Z, X+Z</math>
</fiber>