FreeCAD: master ffe2ecaa

Author Committer Branch Timestamp Parent
abdullah abdullahtahiriyo master 2020-11-21 06:30:58 master 02737a3b
Changeset Sketcher: Sketch solver interface using geometry state extension for BSpline knot checks

========================================================================================

Until this commit, B-Spline knots were stored, and checked at solver level as sketch points GeomPoints having the
construction status set to true.

This behaviour is removed to eventually enable normal non-construction points to define the shape out of edit mode.

This commit leverages the new mechanism for the solver interface.
mod - src/Mod/Sketcher/App/Sketch.cpp Diff File