latest
Triangulation
Delaunay Mesh

Delaunay triangulation

ID

662ae7a510b6cb87640c929f

Name

Delaunay Mesh

Group

Triangulation

Package

Tool

Keywords

triangulation
mesh

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Delaunay Mesh node.

  • The first way to create a Delaunay Mesh node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • triangulation , mesh
  • The second way is to select a Delaunay Mesh node from the menu that opens from the top left.
    • Menu > Tool > Panel > Delaunay Mesh

Steps

  • Create a Delaunay Mesh node.
  • Connect the points to be triangulated to the first port.
  • Optionally, connect the plane to the second port.

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.

See also

Quad Panel
Diamond Panel
Triangle Panel A
Triangle Panel C\

Inputs

NameTypeDescriptionDefault 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

NameTypeDescription
mesh
Surface
Mesh of the connectivity diagram