X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Measurement.h;h=9438a6326543b26bb7c02ad19209c5626e02ccde;hb=225d6f1701361554ace1069e200002c18cd83771;hp=bbbc67445715785e365c12aeba3ff2aa15fe73b8;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Measurement.h b/src/FeaturesAPI/FeaturesAPI_Measurement.h index bbbc67445..9438a6326 100644 --- a/src/FeaturesAPI/FeaturesAPI_Measurement.h +++ b/src/FeaturesAPI/FeaturesAPI_Measurement.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 CEA/DEN, EDF R&D +// Copyright (C) 2018-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 @@ -42,7 +42,7 @@ double measureDistance(const std::shared_ptr& 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& thePart, const ModelHighAPI_Selection& theObject);