Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Assign original face information to the newly created edge in overlay function

Subject: CGAL users discussion list

List archive

[cgal-discuss] Assign original face information to the newly created edge in overlay function


Chronological Thread 
  • From: Graviton <>
  • To:
  • Subject: [cgal-discuss] Assign original face information to the newly created edge in overlay function
  • Date: Tue, 20 Dec 2011 20:31:37 -0800 (PST)

I have two
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Arrangement_2/Chapter_main.html
arrangement objects, and need to carry out a
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Boolean_set_operations_2_ref/Function_difference.html

difference operation between these two objects. I will use overlay for
this purpose.

For the output of the overlay, I would need to know, for each edge, what are
the original face/vertex from the original two arrangements that are
assigned to it. I understand that I might need to use
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Arrangement_2_ref/Concept_OverlayTraits.html#Cross_link_anchor_812
overlay traits ( in particular, the create_edge function) to do, but I am
not too sure how to start/ how to carry on.

Is there an example that shows how to do this?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Assign-original-face-information-to-the-newly-created-edge-in-overlay-function-tp4220519p4220519.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Assign original face information to the newly created edge in overlay function, Graviton, 12/21/2011

Archive powered by MHonArc 2.6.16.

Top of Page