Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] h->opposite()->facet() always invalid using Polyhedron_incremental_builder_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] h->opposite()->facet() always invalid using Polyhedron_incremental_builder_3


Chronological Thread 
  • From: Evan Behar <>
  • To:
  • Subject: [cgal-discuss] h->opposite()->facet() always invalid using Polyhedron_incremental_builder_3
  • Date: Tue, 5 Mar 2013 23:51:25 -0500

I have constructed a Polyhedron_3, P, using the Polyhedron_incremental_builder_3, and I am running into the problem that none of the halfedges in the structure are being associated with any opposite halfedges that have been previously constructed.

After construction, retrieving a Halfedge_handle h from P and calling h->opposite()->facet() always results in an invalid Facet_handle.

Is this expected behavior from Polyhedron_incremental_builder_3? Do I have to stitch the facets together manually?



Archive powered by MHonArc 2.6.18.

Top of Page