Convert ARC parameters to the point list format required by LWPOLYLINE #875
zhuochengs
started this conversation in
General
Replies: 1 comment 1 reply
-
https://ezdxf.mozman.at/docs/math/core.html#ezdxf.math.arc_to_bulge |
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.
-
Hi, I have a requirement to have a set of Lines and Arcs that are determined to be a closed curve. I want to use this library to turn them into a closed polyline. What should I do? I don't want to open the dwg file in CAD to handle this matter, thank you.
Line is possible, but how can Arc be converted into a (x, y, start_width, end_width, bulk) parameter?
Beta Was this translation helpful? Give feedback.
All reactions