Salome HOME
Bug #740 - name of group entity is wrong
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionBoolean.h
index f83ec91474e3acf91e6ca45902eb3c5de8a91d2c..6ae91aeec7ded5744b9410fcdf504db90dddf639 100644 (file)
@@ -70,7 +70,9 @@ protected:
   virtual void initMakeSolidsAttributes();
 
   /// Create solids from faces with extrusion.
-  virtual ListOfShape MakeSolids(const ListOfShape& theFaces);
+  virtual void makeSolids(const ListOfShape& theFaces,
+                          ListOfShape& theResults,
+                          std::list<std::shared_ptr<GeomAPI_Interface>>& theAlgos);
 
 protected:
   FeaturesPlugin_ExtrusionBoolean(){};