create tin

create tin

The create tin module is used to convert scattered sample data into a three-dimensional surface of triangular cells representing an unstructured mesh.

“Scattered sample data” means that there are discrete nodes in space. An example would be geology or analyte (e.g. chemistry) data where the coordinates are the x, y, and elevation of a measured parameter. The data is “scattered” because there is not necessarily an implicit grid of data.

Create tin uses a proprietary version of the Delaunay tessellation algorithm.

Ports

DirectionNameTypeDescription
InputInput PointsFieldThe main input field consisting of points or lines.
OutputOutput FieldFieldThe field with selected data.
OutputOutput ObjectRenderableA renderable object displaying the selected data.

Properties

PropertyTypeDescription
Color ByChoice: Node Data, Cell Data, Solid ColorThe Color By selection sets the data map of the output TIN.
Nodal Data ComponentChoiceIf Color By is set to Node Data, the Nodal Data Component selects which nodal data will set the data map.
Cell Data ComponentChoiceIf Color By is set to Cell Data, the Cell Data Component selects which cell data will set the data map.
Vector ComponentIntegerIf Color By is set to Node Data, the Vector Component allows the user to use just a single component of a vector data to set the data map.
Use Vector MagnitudeBooleanIf Color By is set to Node Data, allows the user to use the magnitude of a vector data to set the data map.
Object ColorColorIf Color By is set to Solid Color, the Object Color will set the data map.