Replies: 1 comment
-
I have raised this as an issue, so the discussion is no longer relevant |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After further thought (and receiving no comments/answers here), I have raised this as an issue (#970) and will close this discussion.
I was expecting that polygons with coinciding sides would be combined into a single polygon by a union. This is what I am seeing is some examples, but not in others.

In the example below I have used Clipper2 to union the 2 sets of 3 polygons that are shown in white - the results (which I have moved so they don't overlap the originals) are in red (and are as I expected for the polygons on the left, but not for those on the right).
Is it incorrect of me to expect the union of the polygons on the right to produce a single resulting polygon in the solution?
Delphi code to reproduce the union of the polygons on the right is as follows:
`
Beta Was this translation helpful? Give feedback.
All reactions