Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How can I delete some specified cells in 3D delaunay triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How can I delete some specified cells in 3D delaunay triangulation


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] How can I delete some specified cells in 3D delaunay triangulation
  • Date: Fri, 21 Mar 2008 10:53:45 +0100

Hi,

You cannot really remove cells, since the triangulation must have the topology of the 3D sphere (in 4D).
But, as in the 2D package, you can mark some cells as 'deleted' if you like.
Look at the manual of CGAL::Triangulation_cell_base_with_info_3, and the user manual too.

best
Monique Teillaud

sanlington wrote:
3D delaunay triangulation of CGAL of input points set is convex, there may be some cells that I don't need,such as those that fill in a cave,if I want to delete these specified cells(or tetrahedron),how can do it?
In 2D conforming triangulation I can set some seed points to mark holes not to be meshed,and delete those facets cover a hole based seed points,are there some similar functions provided in 3D delaunay triangulation,or something else ?
thanks,any help will be appreciated.


------------------------------------------------------------------------
1分钟,让眼睛享受春天的清润SPA <http://popme.163.com/link/004087_0313_2359.html>




Archive powered by MHonArc 2.6.16.

Top of Page