Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Removing edges and facets from a 3d triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Removing edges and facets from a 3d triangulation


Chronological Thread 
  • From: colonel_panic <>
  • To:
  • Subject: [cgal-discuss] Removing edges and facets from a 3d triangulation
  • Date: Tue, 24 Jun 2014 08:18:08 -0700 (PDT)

Hi,

I am looking for a way to remove cells, facets and edges from a 3d
triangulation using CGAL. There are functions provided to remove vertices
but I would like to keep all of the vertices and do not want to
retriangulate them.
It is possible to add a boolean flag in the cell base class to indicate
whether it should be removed but because edges and facets are not explicitly
or uniquely represented i am having difficulty finding a way to remove them
from the triangulation.
Is there a way to remove facets and edges from the triangulation?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Removing-edges-and-facets-from-a-3d-triangulation-tp4659472.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page