Salome HOME
Issue #1412:Selection mode preferences modified
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionFuse.cpp
index a4efacba720b4703ce16e26e3a229aa02eefcf47..687a1ffb68a7712509a27f5bdbca0d59566230d6 100644 (file)
@@ -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();
 }