X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ExtrusionSketch.h;h=fd6da45fc92185553ac3ebd95e93144799175cc4;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=f9db7e535c3ca6bf2a3ecef18b4ac4d39a73a84a;hpb=dacb05dcf5c8ad153d2bf05bbca8dccb67ba3a2f;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.h b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.h index f9db7e535..fd6da45fc 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.h +++ b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.h @@ -11,6 +11,8 @@ /** \class FeaturesPlugin_ExtrusionSketch * \ingroup Plugins + * \brief This feature allows to create sketch and extrude faces from this sketch + * in a single operation. */ class FeaturesPlugin_ExtrusionSketch : public FeaturesPlugin_CompositeSketch { @@ -84,11 +86,7 @@ protected: /// Create solid from face with extrusion. 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.