FreeCAD: master 86992f80

Author Committer Branch Timestamp Parent
j abdullah master 2021-02-03 14:11:02 master cc6099b7
Affected Issues  0004533: Preserve corner and constraints for sketch fillets
Changeset Sketcher: Preserve corner and constraints for sketch fillets

Currently the sketch fillet tool deletes any constraints associated with
the two lines to be filleted. By leaving a vertex at the intersection,
we can instead preserve most constraints in reasonable ways.

Sketch fillet horizontal and vertical point-to-point constraint support
Also better future compatibility for point constraints, and some minor tweaks.
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObject.h Diff File