Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedron Incremental Builder does not Recognize Border Edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedron Incremental Builder does not Recognize Border Edges


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedron Incremental Builder does not Recognize Border Edges
  • Date: Thu, 27 May 2010 08:13:17 +0200


wrote:
Hello,

I constructed a polyhedron with borders with the incremental builder (the
borders are simply defined as edges which does not have an opposite
counterpart
in any other face constructed), and the polyhedron I get does not recognize
these edges as borders (size_of_border_edges() produces 0). If I subdivide
this
polyhedron (say, using CC subdivision), the border edges are finally revealed.
Is this a bug, or did I forget to do something?

Amir.

Hello,

Did you call normalize_border() before calling size_of_border_edges?

S.



Archive powered by MHonArc 2.6.16.

Top of Page