Salome HOME
added new GlueFaces feature
authormbs <martin.bernhard@opencascade.com>
Fri, 9 Dec 2022 19:03:45 +0000 (19:03 +0000)
committermbs <martin.bernhard@opencascade.com>
Mon, 23 Jan 2023 09:27:22 +0000 (09:27 +0000)
commit9afe243148ea67f2eccbd0afa419541424de451e
tree6dc11560275d68a9e4b4b73bbb03d4aadfc76a1f
parenta930200bbf92c778fc684a3db477064f85f9cafe
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