Closed uzername closed 1 month 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
I have implemented NURBS formulas to solve this issue. Splines are NURBS curves in dxf and wiki has info on this subject
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