mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +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)
|
||||
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):
|
||||
anObj = geom.MakeCompound(ListShape)
|
||||
ior = orb.object_to_string(anObj)
|
||||
|
Loading…
Reference in New Issue
Block a user