Salome HOME
Horizontal and vertical constraints
authorazv <azv@opencascade.com>
Mon, 16 Mar 2015 09:33:24 +0000 (12:33 +0300)
committerazv <azv@opencascade.com>
Mon, 16 Mar 2015 11:45:30 +0000 (14:45 +0300)
commit01ea17c79bfb3ea775eb282798fc6e5496f2f1c6
tree7b0974e7cf01d6619adcb9e8fdb434ccaa65f0f1
parent0f0ed262e58309bcd9e5a1cb8415523821051d8d
Horizontal and vertical constraints

1. SketchPlugin featurea are implemented
2. SketchSolver integration of new constraints is made
3. Unit tests are created
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_ConstraintHorizontal.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintHorizontal.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintVertical.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintVertical.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/Test/TestConstraintHorizontal.py [new file with mode: 0644]
src/SketchPlugin/Test/TestConstraintVertical.py [new file with mode: 0644]
src/SketchPlugin/plugin-Sketch.xml
src/SketchSolver/SketchSolver_Constraint.cpp