Salome HOME
Added class for the distance constraint
authorazv <azv@opencascade.com>
Mon, 12 May 2014 07:02:51 +0000 (11:02 +0400)
committerazv <azv@opencascade.com>
Mon, 12 May 2014 07:02:51 +0000 (11:02 +0400)
commit7ee1eff7098db3bd08f072034d4926524950f230
tree459e72e8492af667e12bf6627f5a5148bde181e8
parent7ecefe4ca74618ab6fc2e7990b6ad50c12bca63c
Added class for the distance constraint
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Constraint.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Constraint.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintDistance.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_ConstraintDistance.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Point.cpp
src/SketchSolver/CMakeLists.txt
src/SketchSolver/SketchSolver_ConstraintManager.cpp [new file with mode: 0644]
src/SketchSolver/SketchSolver_ConstraintManager.h [new file with mode: 0644]