Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] removing triangle face


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] removing triangle face
  • Date: Wed, 15 Apr 2009 22:37:59 +0200

skific wrote:
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-- You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss


You should use a Triangulation_face_base_with_info_2
and just mark your face that you want to give it a special
treatment.

andreas




Archive powered by MHonArc 2.6.16.

Top of Page