From: skl Date: Wed, 13 Jun 2007 08:20:18 +0000 (+0000) Subject: Update comments for bug NPAL16201. X-Git-Tag: V3_2_7~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62efaaafaab2aa39cce31de5b98c0ba82729853a;p=modules%2Fgeom.git Update comments for bug NPAL16201. --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index d2c3df8d9..45e1b7b35 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -1084,7 +1084,8 @@ def GetShapesOnBoxIDs(theBox, theShape, theShapeType, theState): ## Get sub-shape(s) of theShapeWhere, which are # coincident with \a theShapeWhat or could be a part of it. # @param theShapeWhere Shape to find sub-shapes of. -# @param theShapeWhat Shape, specifying what to find. +# @param theShapeWhat Shape, specifying what to find (must be in the +# building history of the ShapeWhere). # @return Group of all found sub-shapes or a single found sub-shape. # # Example: see GEOM_TestOthers.py @@ -1097,7 +1098,8 @@ def GetInPlace(theShapeWhere, theShapeWhat): ## Get sub-shape of theShapeWhere, which is # equal to \a theShapeWhat. # @param theShapeWhere Shape to find sub-shape of. -# @param theShapeWhat Shape, specifying what to find. +# @param theShapeWhat Shape, specifying what to find +# (must be usual shape). # @return New GEOM_Object for found sub-shape. # def GetSame(theShapeWhere, theShapeWhat):