Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Union of multiple Polygons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Union of multiple Polygons


Chronological Thread 
  • From: Ophir Setter <>
  • To:
  • Subject: Re: [cgal-discuss] Union of multiple Polygons
  • Date: Wed, 18 Jan 2012 10:16:57 +0200

It depends on your requirements, Boolean set operation package might also be of help:

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Boolean_set_operations_2/Chapter_main.html

On Jan 17, 2012 11:53 PM, "Sebastien Loriot (GeometryFactory)" <> wrote:
pgiitu wrote:
Hello

I am doing a project using CGAL and I need to find the union of multiple
polygons.I should be able to get all the faces that arise out from the union
of multiple polygons.

Can any one help me on this as I need it urgently. In CGAL we have functions
to calculate the union of two polygons but I also want the faces.
Then you need to compute the arrangement induced by the polygons, the outer face will describe the union of the polygons.

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Arrangement_on_surface_2/Chapter_main.html

Sebastien.


--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Union-of-multiple-Polygons-tp4304621p4304621.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page