]> SALOME platform Git repositories - modules/shaper.git/commit
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>
Fri, 9 Dec 2022 19:03:45 +0000 (19:03 +0000)
commit514675e946dcf3064bd64b8082ac4c66946c2f9b
tree14602fe664146252154b19c188509026eff3ba35
parent41a5eae59322772fc2cb230fad140dea9c51973c
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