Replies: 1 comment
-
Please ask a mathematician. https://math.stackexchange.com/ |
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.
-
Hey, I am working on a project where I want to calculate the curvature radius along dxf contours. With LINE and ARC this is obviously quite simple to achieve, however I am stuggling to achieve satisfactory results with SPLINE.
My approach was to find points along the spline:
and then use three consecutive points to approximate the radii alon the spine as described here
the method does work in principle, but the values fluctuate a lot. Is there a more precise/simple way of achieving this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions