From 1879d05eeadf84aabded149f0446ecd519b4493e Mon Sep 17 00:00:00 2001 From: skl Date: Tue, 4 Jul 2006 07:29:21 +0000 Subject: [PATCH] Change comments for function RemoveExtraEdges (PAL12814). --- src/GEOM_SWIG/geompy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index d1095f4fe..0a231ab73 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -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. # -- 2.39.2