]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of Point coordinates in menu Inspection
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 12:54:00 +0000 (14:54 +0200)
committerJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 12:54:00 +0000 (14:54 +0200)
commit42e403a9aebff7ea038afe91e27fe81f0cb31f7a
tree6c8e4123a904738bf927a549ec09aad33bdadc99
parent3e651ceffa98fe8830492b91c533666719519389
Implementation of Point coordinates in menu Inspection
16 files changed:
src/Config/Config_Keywords.h
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_PointCoordinates.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_PointCoordinates.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_PointCoordinates.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PointCoordinates.h [new file with mode: 0644]
src/FeaturesPlugin/icons/point_coord.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/pointcoordinates_widget.xml [new file with mode: 0644]
src/ModelAPI/CMakeLists.txt
src/ModuleBase/ModuleBase_WidgetLabel.cpp
src/PythonAPI/model/features/__init__.py