mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-31 09:49:52 +05:00
Convert GEOM_Object to list of the GEOM_Object.
This commit is contained in:
parent
7419ea9c89
commit
c5e0716722
@ -7375,7 +7375,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
|||||||
Returns:
|
Returns:
|
||||||
New GEOM.GEOM_Object, containing copies of theShapes without coincident faces.
|
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)
|
doKeepNonSolids, doGlueAllEdges)
|
||||||
if anObj is None:
|
if anObj is None:
|
||||||
raise RuntimeError, "MakeGlueFacesByList : " + self.ShapesOp.GetErrorCode()
|
raise RuntimeError, "MakeGlueFacesByList : " + self.ShapesOp.GetErrorCode()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user