Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Data structure similar to Arrangement_2 for 3D

Subject: CGAL users discussion list

List archive

[cgal-discuss] Data structure similar to Arrangement_2 for 3D


Chronological Thread 
  • From: dg <>
  • To:
  • Subject: [cgal-discuss] Data structure similar to Arrangement_2 for 3D
  • Date: Sat, 19 Apr 2014 15:21:40 -0700 (PDT)

Hello all,

I am trying to use a data structure which is similar to Arrangement_2 but in
3D.
Specifically, I need support for adding faces, planes, edges so that the
resulting arrangement is taken care of.

For example, if I add a face it should divide the polyhedron into two
volumes and create the corresponding half edges and faces.
Also, I need the volume iterator similar to face iterator available in
Arrangement_2.

Thanks in advance.
dg.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Data-structure-similar-to-Arrangement-2-for-3D-tp4659160.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page