]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Integration :
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 21 Oct 2020 17:26:35 +0000 (19:26 +0200)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Wed, 9 Jun 2021 13:46:29 +0000 (15:46 +0200)
commit64a1c2eb2f69296ef63245d3a777797918e79376
treea32e282cddae3643c6703739f941669ce64acfd6
parentd85421dfb38b27e84f9e802f66d9ee21361fe1db
Integration :
{ Code from : Jerome LUCAS <jerome.lucas@cegsenslab.fr> }
+ Implementation create normal to face
+ Modification for "create normal" functionality
+ Add documentation and test unit
+ Refactoring code
+ Copyright update to 2021
31 files changed:
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_CreateNormalToFace.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CreateNormalToFace.h [new file with mode: 0644]
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/Test/TestNormalToFace.py [new file with mode: 0644]
src/FeaturesPlugin/create_normal_to_face_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_normalToFaceFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/createNormalToFace.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/createNormalToFaceAtVertex.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/normal.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/normalToFacePropertyPanel.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/normalToFaceResult.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/normalToFaceResultwithVertex.png [new file with mode: 0644]
src/FeaturesPlugin/doc/normalToFaceFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/icons/normale.png [new file with mode: 0644]
src/FeaturesPlugin/normal_to_face_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/tests.set
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/PythonAPI/model/features/__init__.py