Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] retrieve cell_handle from facet

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] retrieve cell_handle from facet


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] retrieve cell_handle from facet
  • Date: Tue, 16 Oct 2007 17:26:01 +0200

Matthieu Chavent wrote:
Good afternoon,
I use triangulation_3 and and use a facet_iterator. I would like to know if it possible to retrieve from a facet the two cell_handles of the two cells which have the facet in common, in a simple manner.

Thank you in advance!!



Facet f = ..


Cell_handle c1 = f.first;

Cell_handle c2 = c1->neighbor(f.second)


Is the manual really that bad ????



Archive powered by MHonArc 2.6.16.

Top of Page