Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 2D_Constrained_Delaunay_triangulation - triangulation does not obey PSLG constraints ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 2D_Constrained_Delaunay_triangulation - triangulation does not obey PSLG constraints ?


Chronological Thread 
  • From: Camille Wormser <>
  • To:
  • Subject: Re: [cgal-discuss] 2D_Constrained_Delaunay_triangulation - triangulation does not obey PSLG constraints ?
  • Date: Wed, 17 Sep 2008 00:40:35 +0200

in other words: the meshing process generates a triangle outside my given
constraints.


Hi,
In fact, you can see that it is not required that your constraint segments delimit a bounded domain, or are connected. It could as well consist of just one segment, and a few vertices.

The CGAL 2D constrained triangulation always returns a triangulation of the convex hull of the vertices, and the guarantee is that each constraint segment appears as edge of the triangulation.

In your case, your constraints bound a non convex domain, so you should expect this outer triangle.
--
Camille




Archive powered by MHonArc 2.6.16.

Top of Page