Salome HOME
Add SketchAPI and Line feature. Also fix tests.
[modules/shaper.git] / src / PythonAPI / model / services.py
index b978bd0255f496e2bf6b956f9c941b3bbd8fa918..593505f5602deb51d969c290286411b752d31ed4 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, n, x)
 
 
 def begin ():