mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-06 00:54:17 +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):
|
def MakeEllipse(p1,d1,radiusMaj,radiusMin):
|
||||||
anObj = geom.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)
|
anObj._set_Name(ior)
|
||||||
return anObj
|
return anObj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user