X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionFuse.cpp;h=687a1ffb68a7712509a27f5bdbca0d59566230d6;hb=85b662214060cf733b44ac7822e3e4db49e2da4b;hp=a4efacba720b4703ce16e26e3a229aa02eefcf47;hpb=1a0d48211014d96db9125fe973eacbae895c4490;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp index a4efacba7..687a1ffb6 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.cpp @@ -6,7 +6,15 @@ #include "FeaturesPlugin_RevolutionFuse.h" +//================================================================================================= FeaturesPlugin_RevolutionFuse::FeaturesPlugin_RevolutionFuse() { - myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_FUSE; + myFeature = this; + myOperationType = BOOL_FUSE; +} + +//================================================================================================= +void FeaturesPlugin_RevolutionFuse::execute() +{ + executeCompositeBoolean(); }