From 62efaaafaab2aa39cce31de5b98c0ba82729853a Mon Sep 17 00:00:00 2001 From: skl Date: Wed, 13 Jun 2007 08:20:18 +0000 Subject: [PATCH] Update comments for bug NPAL16201. --- src/GEOM_SWIG/geompy.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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): -- 2.39.2