X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionBoolean.h;h=b645190f7f8f193594a170075999174e48a65a21;hb=33c5fdce3cd63dd95a738439a0399dd982abcd73;hp=3e8576aad1484019b304eea28ff92e5ef9781b82;hpb=28d64622a1b933c484fa4a8df26302e1358ba5d0;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h index 3e8576aad..b645190f7 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h @@ -11,6 +11,7 @@ /** \class FeaturesPlugin_RevolutionBoolean * \ingroup Plugins + * \brief Interface for the composite revolution feature. */ class FeaturesPlugin_RevolutionBoolean : public FeaturesPlugin_CompositeBoolean { @@ -76,7 +77,9 @@ protected: virtual void initMakeSolidsAttributes(); /// Create solids from faces with revolution. - virtual ListOfShape MakeSolids(const ListOfShape& theFaces); + virtual void makeSolids(const ListOfShape& theFaces, + ListOfShape& theResults, + ListOfMakeShape& theAlgos); protected: FeaturesPlugin_RevolutionBoolean(){};