Salome HOME
[PythonAPI] Rename 'modeler' into 'model'
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 20 Oct 2015 07:30:13 +0000 (10:30 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 20 Oct 2015 07:30:13 +0000 (10:30 +0300)
commit81df8b7dc4c698877ee337254f6749a145f9bf00
tree4d809d63f2cab052c797613ef807add05d4c3f99
parentbfc294ef2ff4c055570ee056850999e37dfc5fb7
[PythonAPI] Rename 'modeler' into 'model'
39 files changed:
src/PythonAPI/CMakeLists.txt
src/PythonAPI/MakeBrick1.py
src/PythonAPI/MakeBrick2.py
src/PythonAPI/MakeBrick3.py
src/PythonAPI/Test/TestModeler.py
src/PythonAPI/Test/TestSketcher.py
src/PythonAPI/Test/TestSketcherAddArc.py
src/PythonAPI/Test/TestSketcherAddCircle.py
src/PythonAPI/Test/TestSketcherAddLine.py
src/PythonAPI/Test/TestSketcherAddPoint.py
src/PythonAPI/Test/TestSketcherSetCoincident.py
src/PythonAPI/Test/TestSketcherSetParallel.py
src/PythonAPI/extension/box.py
src/PythonAPI/model/__init__.py [new file with mode: 0644]
src/PythonAPI/model/boolean.py [new file with mode: 0644]
src/PythonAPI/model/errors.py [new file with mode: 0644]
src/PythonAPI/model/extrusion.py [new file with mode: 0644]
src/PythonAPI/model/part.py [new file with mode: 0644]
src/PythonAPI/model/roots.py [new file with mode: 0644]
src/PythonAPI/model/services.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/__init__.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/arc.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/circle.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/line.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/point.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/sketch.py [new file with mode: 0644]
src/PythonAPI/modeler/__init__.py [deleted file]
src/PythonAPI/modeler/boolean.py [deleted file]
src/PythonAPI/modeler/errors.py [deleted file]
src/PythonAPI/modeler/extrusion.py [deleted file]
src/PythonAPI/modeler/part.py [deleted file]
src/PythonAPI/modeler/roots.py [deleted file]
src/PythonAPI/modeler/services.py [deleted file]
src/PythonAPI/modeler/sketcher/__init__.py [deleted file]
src/PythonAPI/modeler/sketcher/arc.py [deleted file]
src/PythonAPI/modeler/sketcher/circle.py [deleted file]
src/PythonAPI/modeler/sketcher/line.py [deleted file]
src/PythonAPI/modeler/sketcher/point.py [deleted file]
src/PythonAPI/modeler/sketcher/sketch.py [deleted file]