Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Constraned Triangulation 2 problem with remove vertice

Subject: CGAL users discussion list

List archive

[cgal-discuss] Constraned Triangulation 2 problem with remove vertice


Chronological Thread 
  • From: mriem <>
  • To:
  • Subject: [cgal-discuss] Constraned Triangulation 2 problem with remove vertice
  • Date: Mon, 19 Mar 2012 08:13:19 -0700 (PDT)

Hi I am using CGAL for producing a Constrained triangulation in 2d. At some point in my program, I need to remove vertices. I use dt.remove(fh->vertex(li)) Most of the times it works, but there are some cases where apparently the triangulation becomes invalid. Attached are two images. The first shows a mesh. I want to remove the vertice inside green triangle (which is not part of the mesh, only the others are) When I remove the vertex 9, the triangulation becomes invalid Note that vertice 82 is inside a triangle ?? this should not happen. Can anyone help? Thanks Miguel

View this message in context: Constraned Triangulation 2 problem with remove vertice
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page