Salome HOME
Added support of python high level API addons proposed by DBC as test of this approach.
authormpv <mpv@opencascade.com>
Wed, 15 Apr 2015 10:11:03 +0000 (13:11 +0300)
committermpv <mpv@opencascade.com>
Wed, 15 Apr 2015 10:11:03 +0000 (13:11 +0300)
commit5297856d2148995c4dcb0561f895a6a22db7086b
tree6a5337560c6707c39248ab09a2077339e401c22f
parenteb57ef7dd9fa2816da36a5a4066bc41ebdea2ad7
Added support of python high level API addons proposed by DBC as test of this approach.
48 files changed:
CMakeLists.txt
env_Salome.bat
linux_env.sh
msvc10_env.bat
salomeRun.bat
src/Config/plugins.xml
src/GeomAlgoAPI/GeomAlgoAPI_SketchBuilder.cpp
src/GeomAlgoAPI/GeomAlgoAPI_SketchBuilder.h
src/Model/Model_ResultConstruction.cpp
src/PartSetPlugin/PartSetPlugin_Duplicate.cpp
src/PartSetPlugin/PartSetPlugin_Duplicate.h
src/PartSetPlugin/PartSetPlugin_Part.h
src/PythonAPI/CMakeLists.txt [new file with mode: 0644]
src/PythonAPI/MakeBrick1.py [new file with mode: 0644]
src/PythonAPI/MakeBrick2.py [new file with mode: 0644]
src/PythonAPI/MakeBrick3.py [new file with mode: 0644]
src/PythonAPI/extension/__init__.py [new file with mode: 0644]
src/PythonAPI/extension/box.py [new file with mode: 0644]
src/PythonAPI/geom/__init__.py [new file with mode: 0644]
src/PythonAPI/geom/missed.py [new file with mode: 0644]
src/PythonAPI/modeler/__init__.py [new file with mode: 0644]
src/PythonAPI/modeler/boolean.py [new file with mode: 0644]
src/PythonAPI/modeler/extrusion.py [new file with mode: 0644]
src/PythonAPI/modeler/part.py [new file with mode: 0644]
src/PythonAPI/modeler/roots.py [new file with mode: 0644]
src/PythonAPI/modeler/services.py [new file with mode: 0644]
src/PythonAPI/modeler/sketcher.py [new file with mode: 0644]
src/PythonAddons/CMakeLists.txt [new file with mode: 0644]
src/PythonAddons/__init__.py [new file with mode: 0644]
src/PythonAddons/addons_Features.py [new file with mode: 0644]
src/PythonAddons/addons_Features.xml [new file with mode: 0644]
src/PythonAddons/macros/__init__.py [new file with mode: 0644]
src/PythonAddons/macros/box/__init__.py [new file with mode: 0644]
src/PythonAddons/macros/box/feature.py [new file with mode: 0644]
src/PythonAddons/macros/box/widget.xml [new file with mode: 0644]
src/PythonAddons/macros/cylinder/__init__.py [new file with mode: 0644]
src/PythonAddons/macros/cylinder/feature.py [new file with mode: 0644]
src/PythonAddons/macros/cylinder/widget.xml [new file with mode: 0644]
src/PythonFeaturesPlugin/CMakeLists.txt [deleted file]
src/PythonFeaturesPlugin/FeaturesAPI.py [deleted file]
src/PythonFeaturesPlugin/PythonFeaturesPlugin.py [deleted file]
src/PythonFeaturesPlugin/PythonFeaturesPlugin_Box.py [deleted file]
src/PythonFeaturesPlugin/SketchResult.py [deleted file]
src/PythonFeaturesPlugin/box_widget.xml [deleted file]
src/PythonFeaturesPlugin/examples.py [deleted file]
src/PythonFeaturesPlugin/extrusion.py [deleted file]
src/PythonFeaturesPlugin/plugin-PythonFeatures.xml [deleted file]
src/PythonFeaturesPlugin/sketch.py [deleted file]