X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_ConeSegment.cpp;h=3f1e577ba6c941f024dd44c9029df3a1ef47da9d;hb=d5d78920316491975a67f76578982b401cdfe71d;hp=ecae382ebb6497666baf3d571130d074fde5627b;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp index ecae382eb..3f1e577ba 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-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,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 // #include @@ -32,11 +32,6 @@ #include -//================================================================================================= -GeomAlgoAPI_ConeSegment::GeomAlgoAPI_ConeSegment() -{ -} - //================================================================================================= GeomAlgoAPI_ConeSegment::GeomAlgoAPI_ConeSegment(const double theRMin1, @@ -146,8 +141,8 @@ void GeomAlgoAPI_ConeSegment::build() BRepPrimAPI_MakeRevol* aRevolBuilder = new BRepPrimAPI_MakeRevol(aFaceBuilder.Face(), aZAxis, myDeltaPhi * M_PI/180., Standard_True); if(!aRevolBuilder) { - return; myError = "Cone Segment builder :: section revolution did not succeed"; + return; } if(!aRevolBuilder->IsDone()) { myError = "Cone Segment builder :: section revolution did not succeed";