Replies: 1 comment
-
No. Sorry to disappoint. |
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.
-
Hi!
Given a set of overlapping polygons (here: A, B and C).
Is there a more direct approach using clipper2 to calculate each individual(!) non-overlapping polygon (here: different colors)
compared to individual calls to
A-B, A-C, A 'and' B, A 'and' C, and so on....
(Ideally with a single function call?)
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions