Salome HOME
Fix for the issue #3033: ExtrusionCut error
authormpv <mpv@opencascade.com>
Fri, 11 Oct 2019 07:12:01 +0000 (10:12 +0300)
committermpv <mpv@opencascade.com>
Fri, 11 Oct 2019 07:12:01 +0000 (10:12 +0300)
commit56471fb705062cb7289933c005b4ec43afcca349
tree7bf007c41b293cfb51b9a5bb2b77e2d82065e76d
parent58b7bac556b297dd2891ad4aacbdee5d03be26f1
Fix for the issue #3033: ExtrusionCut error

If the result of cut is a whole result, don't call PaveFiller which provides an error if there is only one simple argument.
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp
src/FeaturesPlugin/Test/Test3033.py [new file with mode: 0644]