Is there a plan for the clipper to support circular arc structures #862
pcbren1987
started this conversation in
General
Replies: 2 comments
-
No. Sorry to disappoint. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @AngusJohnson, If I want to enhance clipper to support circular art, is it possible? If so, where I should start? thanks for your suggestion. Thanks in advance. Sincerely |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for sharing the clipper tool, which is very good in practical applications. However, when applying polygons containing arcs, it was necessary to decompose the arcs into N multiple line segments and then use the clipper. Offset or Boolean operations are particularly slow. I searched other libraries on GitHub for similar solutions. Is there a plan for the clipper to support arc structures. See below
https://github.com/jbuckmccready/CavalierContours#cavaliercontours-arcs-included-vs-clipper


The difference in speed between the two
Beta Was this translation helpful? Give feedback.
All reactions