Salome HOME
Issue #2824: Constraints at wrong positions when editing the sketch
authorazv <azv@opencascade.com>
Tue, 15 Jan 2019 05:34:26 +0000 (08:34 +0300)
committerazv <azv@opencascade.com>
Tue, 15 Jan 2019 05:35:04 +0000 (08:35 +0300)
commita3c4a2b2e6fdc549165b6c660124a75367141a7b
tree7236d8b7c43810a463b32587201bd2d34799c84b
parentae8ad4bb8ad8dbad63b72814a40064f74588e690
Issue #2824: Constraints at wrong positions when editing the sketch

Improve updating the position of the odd point, which is used to keep the sign of a point-line distance constraint. There is also changed the order of the features to be updated by the SketchSolver: sketch features updated before constraints.
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/Test/Test2824.py [new file with mode: 0644]
src/SketchSolver/SketchSolver_ConstraintDistance.cpp
src/SketchSolver/SketchSolver_Manager.cpp