X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Revolution.h;h=29bfed6ae201927de7d96d76fc589e3f4c9e1877;hb=cc958db6897ac22fbd029ed613feea4c3f1bd669;hp=208a66cc869dc5d269cf697b4cbcb954f7389d6b;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Revolution.h b/src/FeaturesPlugin/FeaturesPlugin_Revolution.h index 208a66cc8..29bfed6ae 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Revolution.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Revolution.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 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 @@ -12,9 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef FeaturesPlugin_Revolution_H_ @@ -48,18 +48,25 @@ public: return MY_CREATION_METHOD_ID; } + /// Attribute name for creation method. + inline static const std::string& CREATION_METHOD_THROUGH_ALL() + { + static const std::string MY_CREATION_METHOD_THROUGH_ALL("ThroughAll"); + return MY_CREATION_METHOD_THROUGH_ALL; + } + /// Attribute name for creation method. inline static const std::string& CREATION_METHOD_BY_ANGLES() { - static const std::string MY_CREATION_METHOD_ID("ByAngles"); - return MY_CREATION_METHOD_ID; + static const std::string MY_CREATION_METHOD_BY_ANGLES("ByAngles"); + return MY_CREATION_METHOD_BY_ANGLES; } /// Attribute name for creation method. inline static const std::string& CREATION_METHOD_BY_PLANES() { - static const std::string MY_CREATION_METHOD_ID("ByPlanesAndOffsets"); - return MY_CREATION_METHOD_ID; + static const std::string MY_CREATION_METHOD_BY_PLANES("ByPlanesAndOffsets"); + return MY_CREATION_METHOD_BY_PLANES; } /// Attribute name of an revolution axis. @@ -118,7 +125,7 @@ public: return MY_KIND; } - /// Creates a new part document if needed. + /// Performs the algorithm and stores results it in the data structure. FEATURESPLUGIN_EXPORT virtual void execute(); /// Request for initialization of data model of the feature: adding all attributes.