]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Change comments for function RemoveExtraEdges (PAL12814).
authorskl <skl@opencascade.com>
Tue, 4 Jul 2006 07:29:21 +0000 (07:29 +0000)
committerskl <skl@opencascade.com>
Tue, 4 Jul 2006 07:29:21 +0000 (07:29 +0000)
src/GEOM_SWIG/geompy.py

index d1095f4fed93b267546b0658c850399803a112f5..0a231ab7358b09717221365afc3a777ab8a6b129 100644 (file)
@@ -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.
 #