Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Fill interior volumes of a Nef_polyhedron_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Fill interior volumes of a Nef_polyhedron_3


Chronological Thread 
  • From: "Robert W. Johnstone" <>
  • To:
  • Subject: [cgal-discuss] Fill interior volumes of a Nef_polyhedron_3
  • Date: Sat, 2 May 2015 21:48:04 -0400

Hello Everyone,

I have a function to fill the unmarked interior volumes of a Nef_polyhedron_3.  The function work by extracting all of the shells, converting them to Polyhedron_3, and then joining all of the components together using nary union.  As you can imagine, this is computationally intensive.

If I had access to the internal structures, I would walk all of the finite volumes, set the mark to true, and then simplify the structure. Is such an approach possible?

Thank-you,

Robert


--
----------------------------------------
Robert W. Johnstone
In theory, there is no difference between theory and practice.
In practice, there is.



Archive powered by MHonArc 2.6.18.

Top of Page