]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation create normal to face
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 17:26:35 +0000 (19:26 +0200)
committerJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 17:26:35 +0000 (19:26 +0200)
commita3536bed7945f69ac169315c62db30b9058dc10e
tree25ac23a6b99e76746d5f7e4c463ed6eafd0bc325
parent3e651ceffa98fe8830492b91c533666719519389
Implementation create normal to face
19 files changed:
src/Config/Config_Keywords.h
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_NormalToFace.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_NormalToFace.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_NormalToFace.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_NormalToFace.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/NormalToFace_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/normale.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h [new file with mode: 0644]
src/ModelAPI/CMakeLists.txt
src/ModuleBase/ModuleBase_WidgetLabel.cpp
src/PythonAPI/model/features/__init__.py