Salome HOME
Task #3015 3.1. To add a mode 'through all' for features ExtrusionCut and ExtrusionFuse
authorjfa <jfa@opencascade.com>
Mon, 28 Oct 2019 11:51:31 +0000 (14:51 +0300)
committerjfa <jfa@opencascade.com>
Mon, 28 Oct 2019 11:51:31 +0000 (14:51 +0300)
commit883ac186ac2c764c6209cb8ea8043e3bcadc3de9
tree271436f6d34366135dd3de652e52e059caa3d5dd
parent7eb4c88d46d8fa7d664bc5f505952f4677fd4628
Task #3015 3.1. To add a mode 'through all' for features ExtrusionCut and ExtrusionFuse
21 files changed:
src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp
src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp
src/FeaturesPlugin/FeaturesPlugin_Extrusion.h
src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp
src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.h
src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.cpp
src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.h
src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py [new file with mode: 0644]
src/FeaturesPlugin/doc/extrusionFuseFeature.rst
src/FeaturesPlugin/doc/images/extrusion_fuse_through_all_result.png [new file with mode: 0644]
src/FeaturesPlugin/extrusioncut_widget.xml
src/FeaturesPlugin/extrusionfuse_widget.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/GeomAlgoAPI/GeomAlgoAPI_ThroughAll.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ThroughAll.h [new file with mode: 0644]