Variables
A workflow is a collection of components. Each component has input and output variables. ModelCenter supports a variety of variable types:
- double - double
- int - integer
- string - string
- bool - boolean
- ref - reference
- file - A binary or ascii file.
- quad - Quad Facet Geometry, a geometry type composed of multiple quadrilaterals.
- sor - Surface of Revolution, a geometry type defined by a profile curve rotated about an axis.
- nurbs - A geometry type for NURBS.
- bspline - A geometry type for B-Spline curves.
- ruled - A geometry type for ruled surfaces.
- skinned - A geometry type for skinned surfaces.
- node - A geometry type for displaying multiple points in space.
Arrays of doubles, integers, booleans, strings, and references are also supported.
Variables can be viewed and edited in the Component Tree.