X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fmodel%2Fservices.py;h=9fcbe3c744506f861c7b8cd8df19f732897f0f6d;hb=03969f4f2e091835bcbc960a0e60b59e393529db;hp=b978bd0255f496e2bf6b956f9c941b3bbd8fa918;hpb=a689c0543f00001bacb17267b0d8f16b3b713391;p=modules%2Fshaper.git diff --git a/src/PythonAPI/model/services.py b/src/PythonAPI/model/services.py index b978bd025..9fcbe3c74 100644 --- a/src/PythonAPI/model/services.py +++ b/src/PythonAPI/model/services.py @@ -43,7 +43,7 @@ def defaultPlane (name): n = GeomAPI.GeomAPI_Dir(1, 0, 0) x = GeomAPI.GeomAPI_Dir(0, 1, 0) - return geom.Ax3(o, n, x) + return GeomAPI.GeomAPI_Ax3(o, x, n) def begin ():