Replies: 4 comments 4 replies
-
Noted. I'm investigating 😁. |
Beta Was this translation helpful? Give feedback.
-
This line should be |
Beta Was this translation helpful? Give feedback.
-
Yep, there is another minor bug in the C# code here. It should be... |
Beta Was this translation helpful? Give feedback.
-
http://www.angusj.com/clipper2/Docs/Units/Clipper/Functions/SimplifyPaths.htm |
Beta Was this translation helpful? Give feedback.
-
Hi,
I stumbled across another strange situation: I have two paths I try and offset, I expect just a single merged inflated result, but I get three results (that seems to be the expected one plus two noisy ones).
I think I'm calling the method with enough precision (actually, I tested different values, from 2 [default] to 8).
I call the method as
Clipper.InflatePaths(subj, delta, JoinType.Round, EndType.Polygon, precision: 6)
, and I obtain a result as in the following picture.For completeness sake, I attach a file with the full path to recreate the result.
As usual, thanks for any kind of feedback! :)
IssueOffsetMultipleResult.txt
Beta Was this translation helpful? Give feedback.
All reactions