mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 22:30:32 +05:00
DCQ : Debug script
This commit is contained in:
parent
6a0250ccdf
commit
a8fbf7298a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user