]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Modifications for "create box" functionality
authorJérôme <jerome.lucas@cesgenslab.fr>
Mon, 16 Nov 2020 17:32:37 +0000 (18:32 +0100)
committerJérôme <jerome.lucas@cesgenslab.fr>
Mon, 16 Nov 2020 17:32:37 +0000 (18:32 +0100)
commit50e3d509e23eb7bbdc18c61b715b8fba735e540a
tree6b29b70f316225a36c3c561aae74183c3649477c
parent43b500d35faa33754229b132a3e9f5429b4407b7
Modifications for "create box" functionality
22 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_BoundingBox.cpp
src/FeaturesAPI/FeaturesAPI_BoundingBox.h
src/FeaturesAPI/FeaturesAPI_GeometryCalculation.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_GeometryCalculation.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/CreateBoundingBox_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.cpp
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.h
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GeometryCalculation.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GeometryCalculation.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/GeometryCalculation_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/GeomAlgoAPI_BasicProperties.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BasicProperties.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BoundingBox.cpp
src/PythonAPI/model/features/__init__.py