Salome HOME
CEA : Lot 2 - Auto Color for Groups
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Revolution.h
index 18de9fbcf8991d7573278ec4a0386071eed4bb03..e4feef09e6831bc85218b7148e91847bea897a0f 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
-// File:        FeaturesAPI_Revolution.h
-// Created:     09 June 2016
-// Author:      Dmitry Bobylev
+// Copyright (C) 2014-2021  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
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// 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
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef FeaturesAPI_Revolution_H_
 #define FeaturesAPI_Revolution_H_
@@ -41,7 +54,8 @@ public:
                                   const std::list<ModelHighAPI_Selection>& theBaseObjects,
                                   const ModelHighAPI_Selection& theAxis,
                                   const ModelHighAPI_Double& theToAngle,
-                                  const ModelHighAPI_Double& theFromAngle);
+                                  const ModelHighAPI_Double& theFromAngle,
+                                  const std::string& theSelectionType = std::string());
 
   /// Constructor with values.
   FEATURESAPI_EXPORT
@@ -51,7 +65,8 @@ public:
                                   const ModelHighAPI_Selection& theToObject,
                                   const ModelHighAPI_Double& theToOffset,
                                   const ModelHighAPI_Selection& theFromObject,
-                                  const ModelHighAPI_Double& theFromOffset);
+                                  const ModelHighAPI_Double& theFromOffset,
+                                  const std::string& theSelectionType = std::string());
 
   /// Destructor.
   FEATURESAPI_EXPORT
@@ -134,7 +149,8 @@ RevolutionPtr addRevolution(const std::shared_ptr<ModelAPI_Document>& thePart,
                             const std::list<ModelHighAPI_Selection>& theBaseObjects,
                             const ModelHighAPI_Selection& theAxis,
                             const ModelHighAPI_Double& theToAngle,
-                            const ModelHighAPI_Double& theFromAngle);
+                            const ModelHighAPI_Double& theFromAngle,
+                            const std::string& theSelectionType = std::string());
 
 /// \ingroup CPPHighAPI
 /// \brief Create Revolution feature.
@@ -145,6 +161,7 @@ RevolutionPtr addRevolution(const std::shared_ptr<ModelAPI_Document>& thePart,
                             const ModelHighAPI_Selection& theToObject,
                             const ModelHighAPI_Double& theToOffset,
                             const ModelHighAPI_Selection& theFromObject,
-                            const ModelHighAPI_Double& theFromOffset);
+                            const ModelHighAPI_Double& theFromOffset,
+                            const std::string& theSelectionType = std::string());
 
 #endif // FeaturesAPI_Revolution_H_