mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Change comments for function RemoveExtraEdges (PAL12814).
This commit is contained in:
parent
b9a6196fd8
commit
1879d05eea
@ -2047,7 +2047,8 @@ def CheckCompoundOfBlocks(theCompound):
|
||||
return IsValid
|
||||
|
||||
## Remove all seam and degenerated edges from \a theShape.
|
||||
# Unite faces and edges, sharing one surface.
|
||||
# Unite faces and edges, sharing one surface. It means that
|
||||
# this faces must have references to one C++ surface object (handle).
|
||||
# @param theShape The compound or single solid to remove irregular edges from.
|
||||
# @return Improved shape.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user