FreeCAD: master 150e50c7

Author Committer Branch Timestamp Parent
abdullah abdullahtahiriyo master 2021-01-03 17:47:45 master 83d03910
Changeset Sketcher: Treat malformed solver constraints as an error during recompute

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

Sometimes it happens that malformed constraints are arrived to.

Example:
https://forum.freecadweb.org/viewtopic.php?f=3&t=53780#p463271

It is not the first time. They usually go under the radar and when they are
detected is too late to know what caused them. The user is desperate too.

This commit makes malformed constraints to prevent the recompute of the project.

This is in the best interest of the user.
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File