Skip to Content.
Sympa Menu

cgal-discuss - get incident facets in Triangulation_3

Subject: CGAL users discussion list

List archive

get incident facets in Triangulation_3


Chronological Thread 
  • From: sanlington <>
  • To: cgal-discuss <>
  • Subject: get incident facets in Triangulation_3
  • Date: Tue, 3 Jun 2008 22:55:18 +0800 (CST)

Hi everyone,
 
 the function
 
template<class Outputiterator>
Outputiterator incident_facets(Vertex_handle v,Outputiterator facets) in
 
CGAL::Triangulation_3<TriangulationTraits_3,TriangulationDataStructure_3>
requires some preconditions,one of them is:dimension()==3.
 
if all the input points of Triangulation_3 is on a plane,that means dimension==2,but i still need to get all the facets incident to one vertex,is there some other ways to get them ?
thanks.
 
 
 



三盘联动,起价4300


Archive powered by MHonArc 2.6.16.

Top of Page