Delaunay triangulation
ID
tool-triangulation-delaunay-mesh
Name
Delaunay Mesh
Group
Triangulation
Package
Tool
Keywords
Render
Delaunay Mesh is a computational geometry algorithm that generates a mesh of non-overlapping triangles covering a set of points in a 2D or 3D space. The mesh is constructed using the Delaunay triangulation, a method for creating a triangulated mesh that optimizes triangle quality by minimizing the angle between triangle edges and maximizing the minimum angle in each triangle.
Quad Panel
Diamond Panel
Triangle Panel A
Triangle Panel C\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
points | Point | Points for triangulate | |
plane | Plane | Optional base plane. If no plane is provided, then the best-fit plane will be used |
Outputs
Name | Type | Description |
---|---|---|
mesh | Surface | Mesh of the connectivity diagram |