Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Cutting up Polyhedron_3 then stitching back together

Subject: CGAL users discussion list

List archive

[cgal-discuss] Cutting up Polyhedron_3 then stitching back together


Chronological Thread 
  • From: Mel M <>
  • To:
  • Subject: [cgal-discuss] Cutting up Polyhedron_3 then stitching back together
  • Date: Tue, 4 Feb 2014 09:21:29 -0800 (PST)

I'm developing a program which uses CGAL - specifically the Polyhedron_3
object and the remeshing and intersection algorithms. We're trying to split
the domain and the polyhedral surfaces up spatially into cuboids based on
the Cartesian co-ordinates (with buffer zones). I then run various CGAL
algorithms on each bit, and stitch them back together afterwards.

I'm having trouble figuring out how to remesh (or otherwise alter) the
polyhedral surface on each core and then stitch it back together afterwards,
when there may have been vertices added or removed on one side. Obviously if
the algorithms are not local my results will be dependent on how the domain
is split up. How can I stitch the polyhedral surfaces back together?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Cutting-up-Polyhedron-3-then-stitching-back-together-tp4658772.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page