Salome HOME
Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse Pre_2.8.0_development
authorazv <azv@opencascade.com>
Fri, 12 May 2017 12:52:14 +0000 (15:52 +0300)
committerazv <azv@opencascade.com>
Fri, 12 May 2017 12:52:14 +0000 (15:52 +0300)
commitbb6af7d2e62275ba67b2e1f216b985e82a451f4b
treece5487bc8fb66536c3616288a706b5c3f37779b0
parentdddb164bbd94e2a397f1f9ce80c931d1ca3dac19
Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse

Unit test for the new movement feature
src/PythonAPI/model/sketcher/tests.py
src/PythonAPI/model/sketcher/tools.py
src/SketchAPI/SketchAPI_Sketch.cpp
src/SketchAPI/SketchAPI_Sketch.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/Test/TestMoveArc.py [new file with mode: 0644]
src/SketchPlugin/Test/TestMoveCircle.py [new file with mode: 0644]
src/SketchPlugin/Test/TestMoveLine.py [new file with mode: 0644]
src/SketchPlugin/Test/TestMovePoint.py [new file with mode: 0644]
src/SketchPlugin/Test/TestMovementComplex.py [new file with mode: 0644]