X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesAPI%2FPrimitivesAPI_Sphere.cpp;h=dc8b6aba6b36e17bc208617183f8c07c24ebe4b6;hb=f9426a402de748e9d13085856a7cf72a3659135d;hp=eaba588f7489a1e617304d065aa03372acfa6952;hpb=7b8c858edd665530aa62b4ea42a3f4b86db0fc3a;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); + } } //==================================================================================================