Salome HOME
Convert GEOM_Object to list of the GEOM_Object.
authorrnv <rnv@opencascade.com>
Fri, 24 Apr 2015 13:43:36 +0000 (16:43 +0300)
committerrnv <rnv@opencascade.com>
Fri, 24 Apr 2015 13:43:36 +0000 (16:43 +0300)
src/GEOM_SWIG/geomBuilder.py

index c4ed468b6b6f7eba242aaeb8ddc6f8193fe3d85d..270c45b35a30841e3aed915bc6f742cb8a6a4a20 100644 (file)
@@ -7375,7 +7375,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             Returns:
                 New GEOM.GEOM_Object, containing copies of theShapes without coincident faces.
             """
-            anObj = self.ShapesOp.MakeGlueFacesByList(ToList(theShapes), theTolerance, theFaces,
+            anObj = self.ShapesOp.MakeGlueFacesByList(ToList(theShapes), theTolerance, ToList(theFaces),
                                                       doKeepNonSolids, doGlueAllEdges)
             if anObj is None:
                 raise RuntimeError, "MakeGlueFacesByList : " + self.ShapesOp.GetErrorCode()