]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
DCQ : Debug script
authordcq <dcq@opencascade.com>
Fri, 16 Apr 2004 12:54:43 +0000 (12:54 +0000)
committerdcq <dcq@opencascade.com>
Fri, 16 Apr 2004 12:54:43 +0000 (12:54 +0000)
src/GEOM_SWIG/geompy.py

index 39d97e9392f37261f07902bea5a75dd643ab3b06..dada6eae5023d028875d1e95080a2664e5736638 100644 (file)
@@ -180,7 +180,7 @@ def MakeCircle(p1,d1,radius):
 
 def MakeEllipse(p1,d1,radiusMaj,radiusMin):  
     anObj = geom.MakeEllipse(p1,d1,radiusMaj, radiusMin)
-    ior = orb.object_to_string(anObj)
+    ior = salome.orb.object_to_string(anObj)
     anObj._set_Name(ior)
     return anObj