X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_BooleanFill.h;h=e0340ed803e9ded06394ce2f6cfafcae60af1b02;hb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;hp=2eb1c02d3eb5b60f484ab206ad1df309e40ef6ca;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h b/src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h index 2eb1c02d3..e0340ed80 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h +++ b/src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -32,7 +32,7 @@ public: /// Feature kind. inline static const std::string& ID() { - static const std::string MY_ID("Fill"); + static const std::string MY_ID("Split"); return MY_ID; } @@ -43,7 +43,10 @@ public: return MY_KIND; } - /// Creates a new part document if needed. + /// Request for initialization of data model of the feature: adding all attributes. + FEATURESPLUGIN_EXPORT virtual void initAttributes(); + + /// Performs the algorithm and stores results it in the data structure. FEATURESPLUGIN_EXPORT virtual void execute(); public: