ixmilia / dxf

MIT License
221 stars 67 forks source link

Approximate SPLINE entity as simple entities #208

Closed uzername closed 1 month ago

uzername commented 5 months ago

We have AsSimpleEntities method for all kinds of Polylines. Is it in theory possible to have similar method for SPLINE? I see that Autocad can do this , but it breaks spline into set of tiny segments, even if fragment of spline looks like an arc.


It's just a question and discussion

uzername commented 1 month ago

I have implemented NURBS formulas to solve this issue. Splines are NURBS curves in dxf and wiki has info on this subject