mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 10:02:04 +05:00
Fix bug 15646: Problem with GlueFaces operation.
This commit is contained in:
parent
0783907bc9
commit
6fd8116102
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user