From dcb38c9005a1b9e9318a723d9d1218de3d14d007 Mon Sep 17 00:00:00 2001 From: dcq Date: Mon, 5 Apr 2004 09:42:25 +0000 Subject: [PATCH] DCQ : MakeFaces --- src/GEOM_SWIG/batchmode_geompy.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/GEOM_SWIG/batchmode_geompy.py b/src/GEOM_SWIG/batchmode_geompy.py index 1f0a4e5fb..633e9d4d6 100644 --- a/src/GEOM_SWIG/batchmode_geompy.py +++ b/src/GEOM_SWIG/batchmode_geompy.py @@ -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) -- 2.39.2