]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of bounding box
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 16:46:17 +0000 (18:46 +0200)
committerJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 16:46:17 +0000 (18:46 +0200)
commit43b500d35faa33754229b132a3e9f5429b4407b7
tree662057e9f465d2a8e5ad0a09208b5a09ef020c00
parent3e651ceffa98fe8830492b91c533666719519389
Implementation of bounding box
19 files changed:
src/Config/Config_Keywords.h
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_BoundingBox.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BoundingBox.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/BoundingBox_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/icons/bounding.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_BoundingBox.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BoundingBox.h [new file with mode: 0644]
src/ModelAPI/CMakeLists.txt
src/ModuleBase/ModuleBase_WidgetLabel.cpp
src/PythonAPI/model/features/__init__.py