Salome HOME
Fix model.services.defaultPlane()
[modules/shaper.git] / src / PythonAPI / model / services.py
index b978bd0255f496e2bf6b956f9c941b3bbd8fa918..9fcbe3c744506f861c7b8cd8df19f732897f0f6d 100644 (file)
@@ -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 ():