Open edumur opened 10 months ago
You probably want FillRule.NonZero
See the docs here: https://www.angusj.com/clipper2/Docs/Units/Clipper/Types/FillRule.htm
Unfortunately no.
When I use FillRule.NonZero
, I got:
Is is, in fact, a known issue
, see this discussion: https://github.com/AngusJohnson/Clipper2/discussions/820.
Hi,
I am having issue with polygons merging.
If a create a bunch of polygons as:
I obtain this:
If I "merge" the polygons to have only one left as:
I get this:
You can remark the holes at the intersections of the polygons. I was expected something like this:
Which is something I get by using Klayout and click on: edit -> selection -> merge
If you can help me to get the same result as with Klayout that would be really helpful.