]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implemention feature to view basic prpoperties
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 13:12:18 +0000 (15:12 +0200)
committerJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 13:12:18 +0000 (15:12 +0200)
commit79374102fc5efa3b31dbd3e2a751bd665394c251
tree20618a2a1dbf3f47ee43d5bcd6f1aa365d7f8390
parent3e651ceffa98fe8830492b91c533666719519389
Implemention feature to view basic prpoperties
19 files changed:
src/Config/Config_Keywords.h
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
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/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/icons/basicproperties.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_BasicProperties.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_BasicProperties.h [new file with mode: 0644]
src/ModelAPI/CMakeLists.txt
src/ModuleBase/ModuleBase_WidgetLabel.cpp
src/PythonAPI/model/features/__init__.py