From: jfa Date: Tue, 10 Jul 2007 09:00:13 +0000 (+0000) Subject: Fix bug 15646: Problem with GlueFaces operation. X-Git-Tag: T15881~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6fd81161026f7c3aa475d3a90b811e5f39809c71;p=modules%2Fgeom.git Fix bug 15646: Problem with GlueFaces operation. --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index 7527c88e8..36db1cc3e 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -1382,6 +1382,7 @@ def MakeFilling(theShape, theMinDeg, theMaxDeg, theTol2D, theTol3D, theNbIter): ## Replace coincident faces in theShape by one face. # @param theShape Initial shape. # @param theTolerance Maximum distance between faces, which can be considered as coincident. +# @param doKeepNonSolids If FALSE, only solids will present in the result, otherwise all initial shapes. # @return New GEOM_Object, containing a copy of theShape without coincident faces. # # Example: see GEOM_Spanner.py @@ -1412,6 +1413,7 @@ def GetGlueFaces(theShape, theTolerance): # @param theTolerance Maximum distance between faces, # which can be considered as coincident. # @param theFaces List of faces for gluing. +# @param doKeepNonSolids If FALSE, only solids will present in the result, otherwise all initial shapes. # @return New GEOM_Object, containing a copy of theShape # without some faces. #