Exclude overlapped area(s) with multiple area(s) - Every point should be in one level #495
Unanswered
AhsinChoudhry786
asked this question in
Q&A
Replies: 1 comment 3 replies
-
So let's say you have rectangles A and B. Yes, using Clipper you can very easily calculate e.g. C = A \ B, i.e. the area that is covered by A but not by B. Then your end result would be B and C, if I understand your question correctly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If there are two rectangle shapes and both shapes are overlapped, I want to create polygons in a way that the areas shouldn't overlap with each other. Each point should only be in one level. Is it possible with the Clipper library? Thanks
Beta Was this translation helpful? Give feedback.
All reactions