]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of inspection of duplicated faces nrn/Lot2/Integration/DuplicatedFaces
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 4 Nov 2020 14:31:17 +0000 (15:31 +0100)
committerNicolas Rechatin <nicolas.rechatin@cea.fr>
Thu, 30 Sep 2021 07:57:36 +0000 (09:57 +0200)
commitd69009d3f18c162b25a274137e666ae7abc4fb6b
treebf8a0dd6a3967388350e67282d543dd328959ec2
parentf45b7121e69d6b7800c828f9e1673961b0752707
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