Replies: 2 comments 1 reply
-
Thank you! Added the function with commit: 12f534a |
Beta Was this translation helpful? Give feedback.
0 replies
-
You might want to add also a function computing bulge from the arc spanning angle, which is surprisingly simple:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
ezdxf.math.arc_to_bulge
needs arc center, radius, start angle and end angle to return bulge together with start and end points of arc, but sometimes you don't have all those information and you might want to know the bulge value just from start and end points of arc and its total angle. In such cases you can obtain the bulge value just from the chord and total angle of arc throught the following function (hoping I did the right math):Beta Was this translation helpful? Give feedback.
All reactions