|
This is a question about expected output in Clipper2. I noticed a discrepancy between Clipper2 output and the output of another Geometry software, both shown below. Below, I am clipping (intersecting) a polyline with a heart-shaped polygon. Clipper2's output includes fragments of the polygon's perimeter, which are joined to parts of the line. In my mind, this shouldn't be the case. Wanted to get your thoughts on this. JTS (expected?)Clipper2 |
Answered by
micycle1
Oct 13, 2022
Replies: 1 comment
|
I've managed to get the intended output with Clipper by using the |
0 replies
Answer selected by
micycle1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I've managed to get the intended output with Clipper by using the
Clipper64object directly, adding the polyline as anOpenSubjectand executing with asolutionOpenPaths64object into which the correct output is written.