]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
WIP addVolume Feature with results
authorNicolas RECHATIN <nicolas.rechatin@cea.fr>
Tue, 27 Jul 2021 14:06:09 +0000 (16:06 +0200)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Tue, 27 Jul 2021 14:06:09 +0000 (16:06 +0200)
commitf0a31a9dc4176410dd941d6aaae01a7e042cad86
treee6e9395b6bf1af1562f7793f13d7afb0f0053086
parent5d3e20edc9f6f2a1fcef0fe2580afb91d380428f
WIP addVolume Feature with results
21 files changed:
CMakeLists.txt
src/Config/plugins.xml.in
src/OperaAPI/CMakeLists.txt [new file with mode: 0644]
src/OperaAPI/OperaAPI.h [new file with mode: 0644]
src/OperaAPI/OperaAPI_addVolume.cpp [new file with mode: 0644]
src/OperaAPI/OperaAPI_addVolume.h [new file with mode: 0644]
src/OperaPlugin/CMakeLists.txt [new file with mode: 0644]
src/OperaPlugin/OperaPlugin.h [new file with mode: 0644]
src/OperaPlugin/OperaPlugin_Plugin.cpp [new file with mode: 0644]
src/OperaPlugin/OperaPlugin_Plugin.h [new file with mode: 0644]
src/OperaPlugin/OperaPlugin_Volume.cpp [new file with mode: 0644]
src/OperaPlugin/OperaPlugin_Volume.h [new file with mode: 0644]
src/OperaPlugin/OperaPlugin_msg_fr.ts [new file with mode: 0644]
src/OperaPlugin/Test/TestAddVolume.py [new file with mode: 0644]
src/OperaPlugin/addvolume_widget.xml [new file with mode: 0644]
src/OperaPlugin/doc/addvolumeFeature.rst [new file with mode: 0644]
src/OperaPlugin/icons/addVolume.png [new file with mode: 0644]
src/OperaPlugin/plugin-Opera.xml [new file with mode: 0644]
src/OperaPlugin/tests.set [new file with mode: 0644]
src/PythonAPI/model/__init__.py
src/PythonAPI/model/opera/__init__.py [new file with mode: 0644]