Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Iterating halffacets of a volume of Nef_polyhedron_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Iterating halffacets of a volume of Nef_polyhedron_3


Chronological Thread 
  • From: Kobi Gurkan <>
  • To:
  • Subject: [cgal-discuss] Iterating halffacets of a volume of Nef_polyhedron_3
  • Date: Sat, 31 May 2014 16:34:52 +0300

Hello,

I'm trying to implement a limited 3D arrangement with multiple Nef_polyhedron_3.
Before approaching it, I'm struggling with the concept of "shells", specifically on how to iterate on shells of a volume.
From what I understand, iterating using shells_begin() would give me each time a shell, which is, from the documentation:
Shell_entry_iterator is assignable to SFace_handle.
But, I'm not dealing with SFaces at all - I want the regular Halffaces.
Is there a better example for a case like mine or an explanation? I would really appreciate it.

Thanks,
Kobi


  • [cgal-discuss] Iterating halffacets of a volume of Nef_polyhedron_3, Kobi Gurkan, 05/31/2014

Archive powered by MHonArc 2.6.18.

Top of Page