X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionFuse.cpp;h=687a1ffb68a7712509a27f5bdbca0d59566230d6;hb=85b662214060cf733b44ac7822e3e4db49e2da4b;hp=8bed6dad71e55c657f7f959d79f65b0d9ff3999b;hpb=87b74a6fd4660ebfa71a40f0be84e44535f84798;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp index 8bed6dad7..687a1ffb6 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp @@ -12,3 +12,9 @@ FeaturesPlugin_RevolutionFuse::FeaturesPlugin_RevolutionFuse() myFeature = this; myOperationType = BOOL_FUSE; } + +//================================================================================================= +void FeaturesPlugin_RevolutionFuse::execute() +{ + executeCompositeBoolean(); +}