Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Partition a polygon

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Partition a polygon


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Partition a polygon
  • Date: Mon, 21 Jun 2010 17:44:41 +0200

Francesc Vila wrote:
Hi all,

I am using CGAL to make some transformations on a GDSII (stream format) file. Within this file, I can read polygons that aren't always simple. Is there any way to partition a polygon that is not simple? In fact, the polygon is weakly simple (has a coincident edge).

Thanks in advance,

Francesc Vila


I think you will need to use a pre-processing step to extract simple polygons from each weakly simple polygon.

S.



Archive powered by MHonArc 2.6.16.

Top of Page