Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Identify each face in an Arrangement if the input is a polygonal mesh?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Identify each face in an Arrangement if the input is a polygonal mesh?


Chronological Thread 
  • From: Graviton <>
  • To:
  • Subject: [cgal-discuss] Identify each face in an Arrangement if the input is a polygonal mesh?
  • Date: Fri, 4 Nov 2011 05:22:39 -0700 (PDT)

I have two http://en.wikipedia.org/wiki/Polygon_mesh polygonal mesh , with
all the usual properties such as vertex and edge and the faces.

Now I want to conduct an overlay between the two, so what I do is, I create
two arrangements, each for one polygonal mesh, and then use the overlay
method to come up with the resultant.

The problem is, how to construct each arrangement, such that for each face
in the arrangement, I can trace it back to the original face in the
polygonal mesh? For each face in the polygonal mesh, there is a unique
meaning assigned to it, so the arrangement has to know this when it is
constructed.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Identify-each-face-in-an-Arrangement-if-the-input-is-a-polygonal-mesh-tp3989865p3989865.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page