Salome HOME
Fix regression in unit tests
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionSketch.h
index f9db7e535c3ca6bf2a3ecef18b4ac4d39a73a84a..fd6da45fc92185553ac3ebd95e93144799175cc4 100644 (file)
@@ -11,6 +11,8 @@
 
 /** \class FeaturesPlugin_ExtrusionSketch
  *  \ingroup Plugins
+ *  \brief This feature allows to create sketch and extrude faces from this sketch
+ *         in a single operation.
  */
 class FeaturesPlugin_ExtrusionSketch : public FeaturesPlugin_CompositeSketch
 {
@@ -84,11 +86,7 @@ protected:
 
   /// Create solid from face with extrusion.
   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.