Salome HOME
Issue #2561: CEA 2018-1 Cut
authordbv <dbv@opencascade.com>
Fri, 20 Jul 2018 17:15:58 +0000 (20:15 +0300)
committerdbv <dbv@opencascade.com>
Fri, 10 Aug 2018 07:22:12 +0000 (10:22 +0300)
commit1ab78c74f12a03da4f3b402a67f0088b3f4c6a0d
tree2addc72cc4c034e9398478adf20a8723248baf0d
parentd14f608e765948eb2f0a37fedb8a1ef44abf2610
Issue #2561: CEA 2018-1 Cut

Cut now allows to select any type of shape
32 files changed:
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.h
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/Test/Test2240.py
src/FeaturesPlugin/Test/TestBooleanCut_CompSolidCompound_CompSolidCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_CompSolid_CompSolid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_EdgeCompound_EdgeCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_EdgeCompound_Solid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Edge_Edge.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Edge_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_FaceCompound_FaceCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Face_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Face_Solid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_ShellCompound_ShellCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Shell_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_SolidCompound_SolidCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Solid_Solid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_VertexCompound_Solid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_VertexCompound_VertexCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Vertex_Vertex.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_WireCompound_WireCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Wire_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCut_Wire_Wire.py [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Boolean.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h
src/Model/Model_AttributeSelection.cpp
src/Model/Model_BodyBuilder.cpp
src/Model/Model_BodyBuilder.h
src/ModelAPI/Test/Test1512.py
src/ModelAPI/Test/Test2358_2.py
src/PythonAPI/model/tests/tests.py