mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
DCQ : MakeFaces
This commit is contained in:
parent
d89a4ce016
commit
dcb38c9005
@ -220,6 +220,12 @@ def MakeFace(aShapeWire,WantPlanarFace):
|
|||||||
anObj._set_Name(ior)
|
anObj._set_Name(ior)
|
||||||
return anObj
|
return anObj
|
||||||
|
|
||||||
|
def MakeFaces(ListShape,WantPlanarFace):
|
||||||
|
anObj = geom.MakeFaces(ListShape,WantPlanarFace)
|
||||||
|
ior = salome.orb.object_to_string(anObj)
|
||||||
|
anObj._set_Name(ior)
|
||||||
|
return anObj
|
||||||
|
|
||||||
def MakeCompound(ListShape):
|
def MakeCompound(ListShape):
|
||||||
anObj = geom.MakeCompound(ListShape)
|
anObj = geom.MakeCompound(ListShape)
|
||||||
ior = orb.object_to_string(anObj)
|
ior = orb.object_to_string(anObj)
|
||||||
|
Loading…
Reference in New Issue
Block a user