X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionSketch.h;h=b3d61b269955e83cd2a46b94659767e8f3ffe40f;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=b211c9222d258e26319bb948b7f8b2ecccf0b14a;hpb=dacb05dcf5c8ad153d2bf05bbca8dccb67ba3a2f;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.h index b211c9222..b3d61b269 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.h @@ -11,6 +11,8 @@ /** \class FeaturesPlugin_RevolutionSketch * \ingroup Plugins + * \brief This feature allows to create sketch and revol faces from this sketch + * in a single operation. */ class FeaturesPlugin_RevolutionSketch : public FeaturesPlugin_CompositeSketch { @@ -91,11 +93,7 @@ protected: /// Create solids from faces with revolution. virtual void makeSolid(const std::shared_ptr theFace, - std::shared_ptr& theResult, - ListOfShape& theFromFaces, - ListOfShape& theToFaces, - std::shared_ptr& theMakeShape, - std::shared_ptr& theDataMap); + std::shared_ptr& theMakeShape); public: /// Use plugin manager for features creation.