Salome HOME
CEA : Lot2 - Bounding box
authorcg246364 <clarisse.genrault@cea.fr>
Tue, 19 Jan 2021 14:46:17 +0000 (15:46 +0100)
committercg246364 <clarisse.genrault@cea.fr>
Wed, 20 Jan 2021 14:22:42 +0000 (15:22 +0100)
commit8f29b823e6a1a407252eea9dbf110ad695c7121c
treea7b528a0fea742176b2e611378b7de9a110c7f08
parent50be11d4e9d7a3f3b489240d657c143ac62790be
CEA : Lot2 - Bounding box
30 files changed:
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/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_CommonBoundingBox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CommonBoundingBox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_msg_fr.ts
src/FeaturesPlugin/Test/TestBoundingBox.py [new file with mode: 0644]
src/FeaturesPlugin/bounding_box_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/create_bounding_box_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_boundingBoxFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/boundingBoxFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/create_bounding_box.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/BoundingBoxResult.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/bounding.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/boundingBoxPropertyPanel.png [new file with mode: 0644]
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/PythonAPI/model/features/__init__.py