Salome HOME
Task #3016: 3.2 To add a mode «through all» for features RevolutionCut and RevolutionFuse
authorjfa <jfa@opencascade.com>
Thu, 17 Oct 2019 10:19:33 +0000 (13:19 +0300)
committerjfa <jfa@opencascade.com>
Thu, 17 Oct 2019 10:19:33 +0000 (13:19 +0300)
commit7eb4c88d46d8fa7d664bc5f505952f4677fd4628
tree481e6bd896313b4ac0370f296107ce810cef0d43
parent59d7c196ce4f5ed43cb550ee5caecd68676abfb3
Task #3016: 3.2 To add a mode «through all» for features RevolutionCut and RevolutionFuse
20 files changed:
src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.cpp
src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Revolution.cpp
src/FeaturesPlugin/FeaturesPlugin_Revolution.h
src/FeaturesPlugin/Test/TestRevolutionCut_ThroughAll.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolutionFuse_ThroughAll.py [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_revolutionCutThroughAll.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/TUI_revolutionFuseThroughAll.rst [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/revolution_cut_through_all.py [new file with mode: 0644]
src/FeaturesPlugin/doc/examples/revolution_fuse_through_all.py [new file with mode: 0644]
src/FeaturesPlugin/doc/images/revolution_cut_through_all_result.png [new file with mode: 0644]
src/FeaturesPlugin/doc/images/revolution_through_all.png [new file with mode: 0644]
src/FeaturesPlugin/doc/revolutionCutFeature.rst
src/FeaturesPlugin/doc/revolutionFuseFeature.rst
src/FeaturesPlugin/icons/extrusion_throughall_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/revol_throughall_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/revolutioncut_widget.xml
src/FeaturesPlugin/revolutionfuse_widget.xml
src/GeomValidators/GeomValidators_ZeroOffset.cpp