From: skl Date: Tue, 4 Jul 2006 07:29:21 +0000 (+0000) Subject: Change comments for function RemoveExtraEdges (PAL12814). X-Git-Tag: T3_2_1_pre~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1879d05eeadf84aabded149f0446ecd519b4493e;p=modules%2Fgeom.git Change comments for function RemoveExtraEdges (PAL12814). --- 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. #