Salome HOME
[PythonAPI / sketcher] added addArc method and the corresponding test + fix for point API
authorRenaud NEDELEC <renaud.nedelec@opencascade.com>
Mon, 19 Oct 2015 13:50:17 +0000 (15:50 +0200)
committerRenaud NEDELEC <renaud.nedelec@opencascade.com>
Mon, 19 Oct 2015 13:50:17 +0000 (15:50 +0200)
commitbfc294ef2ff4c055570ee056850999e37dfc5fb7
tree3463d29e12d0335bf5a9546299ef4ae6ec300185
parent5ccedcde9973f7c5f40fb4e30d68fb4101ca4232
[PythonAPI / sketcher] added addArc method and the corresponding test + fix for point API
src/PythonAPI/CMakeLists.txt
src/PythonAPI/Test/TestSketcherAddArc.py [new file with mode: 0644]
src/PythonAPI/Test/TestSketcherAddPoint.py [new file with mode: 0644]
src/PythonAPI/modeler/__init__.py
src/PythonAPI/modeler/errors.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/arc.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/sketch.py
src/SketchPlugin/SketchPlugin_Point.h