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.
Module Input Ports
- Input Points [Field] Accepts a data field of points or uses the nodes (points) from lines
Module Output Ports
- Output Field [Field] Outputs the surface data field
- Output Object [Renderable]: Outputs to the viewer.