]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of shared faces inspection
authorcg246364 <clarisse.genrault@cea.fr>
Wed, 13 Apr 2022 13:54:06 +0000 (15:54 +0200)
committercg246364 <clarisse.genrault@cea.fr>
Wed, 13 Apr 2022 13:54:06 +0000 (15:54 +0200)
commit30ac20cda15d2a090608c40f97496341646ef088
treeaf3318caf2fc8fb592bc206c9b5dfbcbca962ed7
parentdb7c51ff3d57d1d699799257ba0699f7d6a837e7
Implementation of shared faces inspection
31 files changed:
src/ConnectorPlugin/ConnectorPlugin_PublishToStudyFeature.py
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_SharedFaces.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_SharedFaces.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_CommonSharedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CommonSharedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GroupSharedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GroupSharedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_SharedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_SharedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_msg_fr.ts
src/FeaturesPlugin/Test/TestCheckSharedFaces.py [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_sharedFacesFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/checkSharedFaceFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/check_shared_faces.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/checkSharedFacesPropertyPanel.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/sharedFacesResult.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/shared_shapes.png [new file with mode: 0644]
src/FeaturesPlugin/icons/shared_shapes.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/shared_faces_macro_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/shared_faces_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/tests.set
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/PythonAPI/model/features/__init__.py