Salome HOME
added new GlueFaces feature
authormbs <martin.bernhard@opencascade.com>
Fri, 9 Dec 2022 19:03:45 +0000 (19:03 +0000)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Wed, 1 Feb 2023 16:32:07 +0000 (17:32 +0100)
commit9628c44ddd75b2adc08bb7c4ddc690b2e09db3c5
tree285a4a51bce0915107acea125b51b65e4a4ae997
parentcc958db6897ac22fbd029ed613feea4c3f1bd669
added new GlueFaces feature
64 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_GlueFaces.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_GlueFaces.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_GlueFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_GlueFaces.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/FeaturesPlugin_msg_ru.ts
src/FeaturesPlugin/Test/TestGlueFaces_Compound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestGlueFaces_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestGlueFaces_Solids.py [new file with mode: 0644]
src/FeaturesPlugin/doc/FeaturesPlugin.rst
src/FeaturesPlugin/doc/TUI_glueFeatureFaces.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/glue_faces.py [new file with mode: 0644]
src/FeaturesPlugin/doc/glueFeatureFaces.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/images/GlueFaces.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/glue_faces.png [new file with mode: 0644]
src/FeaturesPlugin/glue_faces_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/glue_faces.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/tests.set
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_GlueFaces.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GlueFaces.h [new file with mode: 0644]
src/GeomAlgoImpl/CMakeLists.txt
src/GeomAlgoImpl/GEOMAlgo_Algo.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Algo.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_AlgoTools.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_AlgoTools.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_AlgoTools_1.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BndSphere.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BndSphere.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BndSphere.lxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BndSphereTree.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BndSphereTree.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BuilderShape.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_BuilderShape.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_CoupleOfShapes.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_CoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_GlueDetector.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_GlueDetector.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Gluer2.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Gluer2.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Gluer2_1.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Gluer2_2.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_Gluer2_3.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_GluerAlgo.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_GluerAlgo.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_IndexedDataMapOfIntegerShape.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_IndexedDataMapOfShapeBndSphere.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_IndexedDataMapOfShapeIndexedMapOfShape.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_ListOfCoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_PassKeyShape.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_PassKeyShape.hxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_PassKeyShapeMapHasher.cxx [new file with mode: 0644]
src/GeomAlgoImpl/GEOMAlgo_PassKeyShapeMapHasher.hxx [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py