Salome HOME
3.6 Separation of Boolean operations
authordbv <dbv@opencascade.com>
Sun, 1 Jul 2018 17:50:53 +0000 (20:50 +0300)
committerdbv <dbv@opencascade.com>
Sun, 1 Jul 2018 17:50:53 +0000 (20:50 +0300)
commit50cef8966d30d658565b08428b4b313f3449d23c
treea9f3ae6f30e57252badf6e07c343b78287bfe06f
parentd10ed925d0a56a99162702dea8a00190248eef7c
3.6 Separation of Boolean operations
48 files changed:
src/CollectionPlugin/Test/TestGroup.py
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Boolean.cpp [deleted file]
src/FeaturesAPI/FeaturesAPI_Boolean.h [deleted file]
src/FeaturesAPI/FeaturesAPI_BooleanCommon.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanCommon.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanCut.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanCut.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanFill.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanFill.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanFuse.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanSmash.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_BooleanSmash.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp
src/FeaturesPlugin/FeaturesPlugin_Boolean.h
src/FeaturesPlugin/FeaturesPlugin_BooleanCommon.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BooleanSmash.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.h
src/FeaturesPlugin/Test/Test2194.py
src/FeaturesPlugin/Test/Test2375.py
src/FeaturesPlugin/Test/Test2394.py
src/FeaturesPlugin/Test/TestBoolean.py
src/FeaturesPlugin/Test/TestBooleanCompSolids.py
src/FeaturesPlugin/Test/TestBooleanSmash.py
src/FeaturesPlugin/Test/TestFillCompFaceSolid.py
src/FeaturesPlugin/Test/TestFillShellSolid.py
src/FeaturesPlugin/Test/TestFillSolidCompFace.py
src/FeaturesPlugin/Test/TestFillSolidCompShell.py
src/FeaturesPlugin/Test/TestFillSolidShell.py
src/FeaturesPlugin/Test/TestMultiBoolean.py
src/FeaturesPlugin/Test/TestSerialBoolean.py
src/FeaturesPlugin/boolean_widget.xml
src/FeaturesPlugin/plugin-Features.xml
src/GeomValidators/CMakeLists.txt
src/GeomValidators/GeomValidators_BooleanArguments.cpp [deleted file]
src/GeomValidators/GeomValidators_BooleanArguments.h [deleted file]
src/GeomValidators/GeomValidators_Plugin.cpp
src/ModelAPI/Test/Test1512.py
src/ModelAPI/Test/Test2228.py