LibreDWG / libredwg

Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
https://savannah.gnu.org/projects/libredwg/
GNU General Public License v3.0
993 stars 235 forks source link

[Missing] test/2018/spline.dwg Missing control point information #426

Open FishOrBear opened 2 years ago

FishOrBear commented 2 years ago

10 | Control points (in WCS); one entry per control pointDXF: X value; APP: 3D point

rurban commented 1 year ago

As annotated in dwg.spec: FIXME: calculate knots and ctrl_pts from fit_pts for DXF. The algorithm is described in https://github.com/mozman/ezdxf/blob/master/src/ezdxf/math/bspline.py (MIT), to be put into geom.c