Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] removing triangle face

Subject: CGAL users discussion list

List archive

[cgal-discuss] removing triangle face


Chronological Thread 
  • From: skific <>
  • To:
  • Subject: [cgal-discuss] removing triangle face
  • Date: Wed, 15 Apr 2009 22:28:56 +0200 (CEST)

Hi,
I'm using CGAL::Delaunay_triangulation_2<Traits,Tds> to generate triangulation
mesh.
I'd like to remove triangle faces based on predefined criteria, say I'd like
to
remove triangles that are too "narrow" - one of three angles is say smaller
than 10°.
Is there a way to remove triangles (their faces) from the mesh, but without
removing vertices?
best regards,
skific


Archive powered by MHonArc 2.6.16.

Top of Page