]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
CEA - Lot3 : Add LOFT Feature
authorlucasjerome <jerome.lucas@cegsenslab.fr>
Wed, 27 Jan 2021 18:38:10 +0000 (19:38 +0100)
committerNicolas Rechatin <nicolas.rechatin@cea.fr>
Tue, 30 Aug 2022 07:52:43 +0000 (09:52 +0200)
commit93e69be1c6b07620ba921ce122e6ec5d5f9e0fe4
tree4a018061450bd2b3bfa96666ae02eb1fd780254d
parent6587ce676ef427b94c0a52d1e70a0e999d0efe2a
CEA - Lot3 : Add LOFT Feature
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