]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom issue_803 spo/python
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 29 Dec 2015 08:37:59 +0000 (11:37 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 29 Dec 2015 08:57:55 +0000 (11:57 +0300)
commit4029e9799ba40d4a0b356e4fcebb9639838225b8
treefa7dd326fdff056bc40f7382797742373cf1cdae
parent8dd316d479317fabab8c62127a449a2ab0fd5013
Issue #803: Put all the python modules in the same python package newgeom
73 files changed:
CMakeCommon/UnitTest.cmake
CMakeLists.txt
env_linux.sh
src/Config/plugins.xml.in
src/ConnectorPlugin/CMakeLists.txt
src/PythonAPI/CMakeLists.txt
src/PythonAPI/Test/TestFeatures.py
src/PythonAPI/Test/TestFeaturesExtrusion.py
src/PythonAPI/Test/TestFeaturesRevolution.py
src/PythonAPI/Test/TestMakeBrick1.py
src/PythonAPI/Test/TestMakeBrick2.py
src/PythonAPI/Test/TestMakeBrick3.py
src/PythonAPI/Test/TestModel.py
src/PythonAPI/Test/TestPlatine.py
src/PythonAPI/Test/TestPythonAPI.py
src/PythonAPI/Test/TestSketcher.py
src/PythonAPI/Test/TestSketcherAddArc.py
src/PythonAPI/Test/TestSketcherAddCircle.py
src/PythonAPI/Test/TestSketcherAddLine.py
src/PythonAPI/Test/TestSketcherAddMirror.py
src/PythonAPI/Test/TestSketcherAddPoint.py
src/PythonAPI/Test/TestSketcherSetAngle.py
src/PythonAPI/Test/TestSketcherSetCoincident.py
src/PythonAPI/Test/TestSketcherSetEqual.py
src/PythonAPI/Test/TestSketcherSetFillet.py
src/PythonAPI/Test/TestSketcherSetHorizontal.py
src/PythonAPI/Test/TestSketcherSetLength.py
src/PythonAPI/Test/TestSketcherSetParallel.py
src/PythonAPI/Test/TestSketcherSetPerpendicular.py
src/PythonAPI/Test/TestSketcherSetRadius.py
src/PythonAPI/Test/TestSketcherSetRigid.py
src/PythonAPI/Test/TestSketcherSetTangent.py
src/PythonAPI/Test/TestSketcherSetVertical.py
src/PythonAPI/Test/config.py.in [new file with mode: 0644]
src/PythonAPI/__init__.py [new file with mode: 0644]
src/PythonAPI/examples/MakeBrick1.py
src/PythonAPI/examples/MakeBrick2.py
src/PythonAPI/examples/MakeBrick3.py
src/PythonAPI/examples/Platine.py
src/PythonAPI/examples/__init__.py
src/PythonAPI/extension/box.py
src/PythonAPI/model/connection/connection.py
src/PythonAPI/model/construction/axis.py
src/PythonAPI/model/construction/plane.py
src/PythonAPI/model/construction/point.py
src/PythonAPI/model/exchange/exchange.py
src/PythonAPI/model/features/boolean.py
src/PythonAPI/model/features/extrusion.py
src/PythonAPI/model/features/group.py
src/PythonAPI/model/features/partition.py
src/PythonAPI/model/features/placement.py
src/PythonAPI/model/features/revolution.py
src/PythonAPI/model/features/roots.py
src/PythonAPI/model/features/rotation.py
src/PythonAPI/model/features/translation.py
src/PythonAPI/model/parameter/parameter.py
src/PythonAPI/model/partset/part.py
src/PythonAPI/model/roots.py
src/PythonAPI/model/services.py
src/PythonAPI/model/sketcher/arc.py
src/PythonAPI/model/sketcher/circle.py
src/PythonAPI/model/sketcher/entity.py
src/PythonAPI/model/sketcher/line.py
src/PythonAPI/model/sketcher/mirror.py
src/PythonAPI/model/sketcher/point.py
src/PythonAPI/model/sketcher/sketch.py
src/PythonAPI/plugins/__init__.py [new file with mode: 0644]
src/PythonAPI/shaper.py [deleted file]
src/PythonAddons/CMakeLists.txt
src/PythonAddons/addons_Features.py
src/PythonAddons/addons_Features.xml [deleted file]
src/PythonAddons/addons_Features.xml.in [new file with mode: 0644]
src/PythonAddons/macros/box/feature.py