Salome HOME
[PythonAPI] derived sketcher interfaces from Interface base class
authorRenaud NEDELEC <renaud.nedelec@opencascade.com>
Thu, 22 Oct 2015 14:18:06 +0000 (16:18 +0200)
committerRenaud NEDELEC <renaud.nedelec@opencascade.com>
Thu, 22 Oct 2015 14:18:06 +0000 (16:18 +0200)
commit68e65b42c86cee2d94e26ab00072c9f89df24e6f
tree854e014ebb592e056e5b6da400bad2eaaf8bb698
parent343adc830df1aa6b9bc9e5f8468f36f3c90ec659
[PythonAPI] derived sketcher interfaces from Interface base class
+ small modifications in tests
src/PythonAPI/Test/TestSketcherAddArc.py
src/PythonAPI/Test/TestSketcherAddPoint.py
src/PythonAPI/model/__init__.py
src/PythonAPI/model/errors.py
src/PythonAPI/model/roots.py
src/PythonAPI/model/sketcher/arc.py
src/PythonAPI/model/sketcher/circle.py
src/PythonAPI/model/sketcher/line.py
src/PythonAPI/model/sketcher/point.py
src/PythonAPI/model/sketcher/sketch.py