PolyTree documentation #357
JohanDelvaux
started this conversation in
General
Replies: 4 comments 2 replies
|
Hi Johan. That's an excellent suggestion. I'll do that (hopefully soonish 😜). |
0 replies
Polytree 1:
+- Polygon with 4 nested holes.
+- Hole with 2 nested polygons.
| +- Polygon
| +- Polygon with 2 nested holes.
| +- Hole
| +- Hole
+- Hole
+- Hole
+- Hole
Polytree 2:
+- Polygon
+- Polygon
+- Polygon
+- Polygon
|
0 replies
|
Thank you! |
0 replies
|
2 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.
I would like to start with saying thank you for the great library.
I find the polytree structure in clipper2 less transparant in how to use it compared to the original clipperlib. Could two clear examples be added to the documentation? (For example one example a polygon with two holes in it, and another two seperate polygons, one with a hole) Pictures of how it looks internally + code how to iterate over the polys would help.
I am sorry if this is not the right place to ask this question.
All reactions