]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implement the Collinear constraint
authorazv <azv@opencascade.com>
Thu, 28 Jan 2016 10:39:36 +0000 (13:39 +0300)
committerazv <azv@opencascade.com>
Thu, 28 Jan 2016 10:58:06 +0000 (13:58 +0300)
commitc679502a52020e2b6a46b0c3496a2aa1f94629b0
treeec89ac235ee4d43befb8fa954337cf99f2b7c771
parent4d64f36bb2f1ae22347908e3554c331c1377d90f
Implement the Collinear constraint
17 files changed:
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Validators.cpp
src/PartSet/PartSet_Validators.h
src/PartSet/PartSet_icons.qrc
src/PartSet/icons/collinear.png [new file with mode: 0644]
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintCollinear.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/Test/TestConstraintCollinear.py [new file with mode: 0644]
src/SketchPlugin/plugin-Sketch.xml
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Builder.cpp
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.cpp
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Storage.h
src/SketchSolver/SketchSolver_Constraint.cpp
src/SketchSolver/SketchSolver_IConstraintWrapper.h
src/SketchSolver/SolveSpaceSolver/SolveSpaceSolver_Builder.cpp