Salome HOME
Implement the Collinear constraint
authorazv <azv@opencascade.com>
Thu, 28 Jan 2016 10:39:36 +0000 (13:39 +0300)
committerdbv <dbv@opencascade.com>
Tue, 16 Feb 2016 14:04:31 +0000 (17:04 +0300)
commit71661288cbd8d2c0f5ae6d1cc45e07e6783c38e9
treea5a9269240e6f09fef6d6685aaafb54d98afc192
parentaf68f1a45db8f50e0786190d56b8c71ab732eac4
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