]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of inspection of duplicated faces
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 4 Nov 2020 14:31:17 +0000 (15:31 +0100)
committerNicolas Rechatin <nicolas.rechatin@cea.fr>
Mon, 21 Mar 2022 14:43:06 +0000 (15:43 +0100)
commit01a78f8c80163318d804a13d9b402cc52f106ad9
treec81600a9f9cdcf7e8f14de617d9a958043fdaaab
parent8cf82fd213928bc42322051d445fc30318ef89a6
Implementation of inspection of duplicated faces
61 files changed:
src/ConnectorPlugin/ConnectorPlugin_PublishToStudyFeature.py
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_DuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_DuplicatedFaces.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_CommonDuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CommonDuplicatedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_DuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_DuplicatedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GroupDuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GroupDuplicatedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_msg_fr.ts
src/FeaturesPlugin/Test/TestCheckDuplicatedFaces.py [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_DuplicatedFacesFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/checkDuplicatedFaceFeature.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/checkDuplicatedFaces.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/checkduplicatedFacesPropertyPanel.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/duplicatedFacesResult.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/duplicated_shapes.png [new file with mode: 0644]
src/FeaturesPlugin/duplicated_faces_macro_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/duplicated_faces_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/duplicatedFaces.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/tests.set
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GEOMAlgo_AlgoTools.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_AlgoTools.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.lxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphereTree.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphereTree.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_CoupleOfShapes.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_CoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfIntegerShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfShapeBndSphere.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfShapeIndexedMapOfShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_ListOfCoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKey.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKey.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyMapHasher.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyMapHasher.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShape.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShapeMapHasher.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShapeMapHasher.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Algo.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Algo.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_DuplicatedFaces.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_DuplicatedFaces.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GlueDetector.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GlueDetector.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GluerAlgo.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GluerAlgo.h [new file with mode: 0644]
src/ModelHighAPI/CMakeLists.txt
src/PythonAPI/model/features/__init__.py