When you triangulate just the vertices of a polygon, it is not guaranteed that its edges are edges of the resulting Delaunay triagulation. But you can enforce edges in a triangulation as demonstrated in the below example where constraint edges are inserted into a 2D triangulation. Similarly you can insert breaklines into 2.5D triangle meshes,…Continue readingConstraint Edges – Example3
Categories