X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesAPI%2FPrimitivesAPI_Sphere.cpp;h=dc8b6aba6b36e17bc208617183f8c07c24ebe4b6;hb=d5b5ce2284869d8b97ce638502c58c810bbeb0c7;hp=eaba588f7489a1e617304d065aa03372acfa6952;hpb=f97ab8f4020ddb1843ca64ed420f31d27c6da97d;p=modules%2Fshaper.git diff --git a/src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp b/src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp index eaba588f7..dc8b6aba6 100644 --- a/src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp +++ b/src/PrimitivesAPI/PrimitivesAPI_Sphere.cpp @@ -19,14 +19,14 @@ PrimitivesAPI_Sphere::PrimitivesAPI_Sphere(const std::shared_ptr& theFeature, - const ModelHighAPI_Selection& theCenterPoint, - const ModelHighAPI_Double& theRadius) + const ModelHighAPI_Selection& theCenterPoint, + const ModelHighAPI_Double& theRadius) : ModelHighAPI_Interface(theFeature) { - if (initialize()) { - fillAttribute(theCenterPoint, centerPoint()); - setRadius(theRadius); - } + if (initialize()) { + fillAttribute(theCenterPoint, centerPoint()); + setRadius(theRadius); + } } //==================================================================================================