X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_CompositeSketch.h;h=d4307edeb965434798f47bab0fab2a3f5fa9e434;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=1ad620eb49a6b320c08ef16935ed813d02110150;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h index 1ad620eb4..d4307edeb 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h +++ b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h @@ -27,7 +27,7 @@ class FeaturesPlugin_CompositeSketch : public ModelAPI_CompositeFeature return MY_SKETCH_OBJECT_ID; } - /// Attribute name of sketch feature. + /// Attribute name of sketch feature selection: needed for naming of the selected sketch. inline static const std::string& SKETCH_SELECTION_ID() { static const std::string MY_SKETCH_SELECTION_ID("sketch_selection"); @@ -70,20 +70,12 @@ protected: /// Define this function to create solids from faces with extrusion/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) = 0; + std::shared_ptr& theMakeShape) = 0; /// Results naming. void loadNamingDS(std::shared_ptr theResultBody, const std::shared_ptr& theBaseShape, - const std::shared_ptr& theResult, - const ListOfShape& theFromFaces, - const ListOfShape& theToFaces, - const std::shared_ptr& theMakeShape, - const std::shared_ptr& theDataMap); + const std::shared_ptr& theMakeShape); }; #endif