Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionSketch.h
index b211c9222d258e26319bb948b7f8b2ecccf0b14a..b3d61b269955e83cd2a46b94659767e8f3ffe40f 100644 (file)
@@ -11,6 +11,8 @@
 
 /** \class FeaturesPlugin_RevolutionSketch
  *  \ingroup Plugins
+ *  \brief This feature allows to create sketch and revol faces from this sketch 
+ *         in a single operation.
  */
 class FeaturesPlugin_RevolutionSketch : public FeaturesPlugin_CompositeSketch
 {
@@ -91,11 +93,7 @@ protected:
 
   /// Create solids from faces with revolution.
   virtual void makeSolid(const std::shared_ptr<GeomAPI_Shape> theFace,
-                         std::shared_ptr<GeomAPI_Shape>& theResult,
-                         ListOfShape& theFromFaces,
-                         ListOfShape& theToFaces,
-                         std::shared_ptr<GeomAlgoAPI_MakeShape>& theMakeShape,
-                         std::shared_ptr<GeomAPI_DataMapOfShapeShape>& theDataMap);
+                         std::shared_ptr<GeomAlgoAPI_MakeShape>& theMakeShape);
 
 public:
   /// Use plugin manager for features creation.