Salome HOME
Add ModelAPI_AttributeIntArray to SWIG
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionCut.h
index 9116a46cd981397ed342cc6e5bd65798ab2c4678..3c1340262ba1a953287a3c004394cbad385cccef 100644 (file)
@@ -11,6 +11,8 @@
 
 /** \class FeaturesPlugin_RevolutionCut
  *  \ingroup Plugins
+ *  \brief This feature allows to create sketch, revol faces from this sketch and
+ *         cut result from other objects in a single operation.
  */
 class FeaturesPlugin_RevolutionCut : public FeaturesPlugin_RevolutionBoolean
 {
@@ -30,10 +32,7 @@ class FeaturesPlugin_RevolutionCut : public FeaturesPlugin_RevolutionBoolean
   }
 
   /// Use plugin manager for features creation.
-  FeaturesPlugin_RevolutionCut()
-  {
-    myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_CUT;
-  }
+  FeaturesPlugin_RevolutionCut();
 };
 
 #endif