X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionBoolean.h;h=ce01edd8078b0a25f2c27c7e48b989c924cd67e2;hb=c8759835f4eabfde25497d8b6189dda62dba78e8;hp=3e8576aad1484019b304eea28ff92e5ef9781b82;hpb=28d64622a1b933c484fa4a8df26302e1358ba5d0;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h index 3e8576aad..ce01edd80 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionBoolean.h @@ -76,7 +76,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, + std::list>& theAlgos); protected: FeaturesPlugin_RevolutionBoolean(){};