X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Cone.h;h=5cc77b2bf12ca93a6d5ae6a51ad2c237e326861b;hb=refs%2Ftags%2FHighLevelObjectsHierarchy;hp=59e24956cb31dabf9b1077fa799ac2358d3d2f3a;hpb=5ff96b13035a4e95572580dbc6aa6f2c526d0a45;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Cone.h b/src/GeomAPI/GeomAPI_Cone.h index 59e24956c..5cc77b2bf 100644 --- a/src/GeomAPI/GeomAPI_Cone.h +++ b/src/GeomAPI/GeomAPI_Cone.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-20xx CEA/DEN, EDF R&D +// Copyright (C) 2018-2019 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,10 +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 GeomAPI_Cone_H_ @@ -45,7 +44,8 @@ public: const double theSemiAngle, const double theRadius); - /// Creating of cone by location of reference circle, axis, semi-angle and radii of boundary circles + /// Creating of cone by location of reference circle, axis, semi-angle and + /// radii of boundary circles GEOMAPI_EXPORT GeomAPI_Cone(const std::shared_ptr& theLocation, const std::shared_ptr& theAxis, const double theSemiAngle,