-
I'm attempting to convert arcs into polylines using the arc_to_bulge function. The start and end points of the arc_point don't match e.start_point and e.end_point and results in a larger arc than expected. Is there something I'm missing? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This code can be used to check the start point and end point of a circle |
Beta Was this translation helpful? Give feedback.
-
The DXF format store angles in degrees, the |
Beta Was this translation helpful? Give feedback.
The DXF format store angles in degrees, the
arc_to_bulge()
function requires radians as input.