Salome HOME
Porting Salome to OCCT 7.7.0
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Measurement.h
index 774f7f98e99b6c12107adef56595aac28202a892..937bece21411684f44cea3c79700d54d41402201 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-20xx  CEA/DEN, EDF R&D
+// Copyright (C) 2018-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
 //
 // 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<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef FeaturesAPI_Measurement_H_
@@ -43,7 +42,7 @@ double measureDistance(const std::shared_ptr<ModelAPI_Document>& thePart,
                        const ModelHighAPI_Selection& theTo);
 
 /// \ingroup CPPHighAPI
-/// \brief Calculate radius of circular.
+/// \brief Calculate radius of circular edge, cylindrical surface or sphere.
 FEATURESAPI_EXPORT
 double measureRadius(const std::shared_ptr<ModelAPI_Document>& thePart,
                      const ModelHighAPI_Selection& theObject);