Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Traversing the vertices of a facet in c2t3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Traversing the vertices of a facet in c2t3


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] Traversing the vertices of a facet in c2t3
  • Date: Mon, 24 Nov 2008 09:47:31 +0100

The facet that you get through the facet iterator is a  Facet of a Triangulation_3.
So you can access the vertices like for any Triangulation_3 facet :
facet_iterator->first gives  the cell_handle of a cell containing the facet
facet_iterator->second gives  the index of the facet in the cell


Amir Vaxman wrote:

Hello,

 

How do I traverse the vertices in a facet (given to me as a facet_iterator through a Surface_mesh_complex_2_in_triangulation_3<Tr> class)?

 

Amir.


-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  





Archive powered by MHonArc 2.6.16.

Top of Page