Salome HOME
Bug #1341: selected point on circle
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionBoolean.h
index f83ec91474e3acf91e6ca45902eb3c5de8a91d2c..b9efd63f6f2fc7fa47dea7e517df0afd5735ef19 100644 (file)
@@ -11,6 +11,7 @@
 
 /** \class FeaturesPlugin_ExtrusionBoolean
  *  \ingroup Plugins
+ *  \brief Interface for the composite extrusion feature.
  */
 class FeaturesPlugin_ExtrusionBoolean : public FeaturesPlugin_CompositeBoolean
 {
@@ -70,7 +71,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,
+                          ListOfMakeShape& theAlgos);
 
 protected:
   FeaturesPlugin_ExtrusionBoolean(){};