Salome HOME
SketchShapePlugin package is removed as not used.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionFuse.h
index f7e93977348bff3830f2b0e62d4d3b683666b6ed..75f16aa67e1818136e47659aad86e9dcdaf0aea7 100644 (file)
@@ -11,6 +11,8 @@
 
 /** \class FeaturesPlugin_RevolutionFuse
  *  \ingroup Plugins
+ *  \brief This feature allows to create sketch, revol faces from this sketch and
+ *         fuse result with other objects in a single operation.
  */
 class FeaturesPlugin_RevolutionFuse : public FeaturesPlugin_RevolutionBoolean
 {
@@ -30,10 +32,7 @@ class FeaturesPlugin_RevolutionFuse : public FeaturesPlugin_RevolutionBoolean
   }
 
   /// Use plugin manager for features creation.
-  FeaturesPlugin_RevolutionFuse()
-  {
-    myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_FUSE;
-  }
+  FeaturesPlugin_RevolutionFuse();
 };
 
 #endif