]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Lot3 : Added LOFT Feature implementation nrn/Lot3/Feature_LOFT
authorlucasjerome <jerome.lucas@cegsenslab.fr>
Wed, 27 Jan 2021 18:38:10 +0000 (19:38 +0100)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 24 Mar 2022 14:11:11 +0000 (15:11 +0100)
commitd54f1c5b0a48e4576fb1927df35091be0e41d369
treed5511d484b3f6805be1ecbed55d7f6b69153cd37
parent8cf82fd213928bc42322051d445fc30318ef89a6
Lot3 : Added LOFT Feature implementation
28 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Loft.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Loft.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Loft.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Loft.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.h
src/FeaturesPlugin/FeaturesPlugin_msg_fr.ts
src/FeaturesPlugin/Test/TestLoft.py [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_loftFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/loft.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/loft.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/loftPropertyPanel.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/resultLoft.png [new file with mode: 0644]
src/FeaturesPlugin/doc/loftFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/icons/loft.png [new file with mode: 0644]
src/FeaturesPlugin/loft_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/tests.set
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Loft.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Loft.h [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py