Salome HOME
[PythonAPI] reorganised sketcher API in a separate package
authorRenaud NEDELEC <renaud.nedelec@opencascade.com>
Thu, 15 Oct 2015 08:44:18 +0000 (10:44 +0200)
committerRenaud NEDELEC <renaud.nedelec@opencascade.com>
Thu, 15 Oct 2015 08:44:18 +0000 (10:44 +0200)
commit251c9a2600dd5c134bc2d9a0607a198a20753d9d
treec95d3a4f4fee24ffee95617a80d333a83de92776
parent939a2b895b2a5f4213d69b14b1498efbd3d572e6
[PythonAPI] reorganised sketcher API in a separate package
src/PythonAPI/CMakeLists.txt
src/PythonAPI/modeler/__init__.py
src/PythonAPI/modeler/sketcher.py [deleted file]
src/PythonAPI/modeler/sketcher/__init__.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/circle.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/line.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/point.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher/sketch.py [new file with mode: 0644]