Hello,
I'm currently parsing a DXF file and when I reach a polyline I use the bulge_to_arc function to draw the curve part of the polyline. The problem is that I don't understand the needed parameter because the function needs a start and stop point. but the coordinate linked to the bulge IE:
(3963.873871383152, 1609.472358049532, 0.0, 0.0, -0.0075356760223999)
Does this coordinate the start point of this bulge? And the endpoint will be the XY coordinates of the next polyline coordinates?
Sorry for these question I'm a complete newbie with this lib.
Regards,
Loan