]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix bug 15646: Problem with GlueFaces operation.
authorjfa <jfa@opencascade.com>
Tue, 10 Jul 2007 09:00:13 +0000 (09:00 +0000)
committerjfa <jfa@opencascade.com>
Tue, 10 Jul 2007 09:00:13 +0000 (09:00 +0000)
src/GEOM_SWIG/geompy.py

index 7527c88e81fab430189c6d994b2a6c35263a1f07..36db1cc3ea8df14dc4190c5496a4f86ab377f117 100644 (file)
@@ -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.
 #