Numbered sets of polygons in Paths / Trees #604
Unanswered
theRainHarvester
asked this question in
Q&A
Replies: 1 comment
-
As the thread suggests, use the Z callback. If you set the Z value differently on each input polygon, and use the callback to set the Z value to allow you to track the source. I use this approach often myself. |
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
-
I was looking for something that could keep track of which Sets of polygons are removed / added from booleans. That way I could do Sets type math for picking created shapes from boolean operations and track them.
I found this (from sourceforge clipper1):
https://sourceforge.net/p/polyclipping/discussion/1148419/thread/36d9d3e62e/#eb9e
Are there any plans in the works?
Thanks! And clipper2 is great!
Beta Was this translation helpful? Give feedback.
All reactions