From: eap Date: Tue, 27 Jun 2006 11:46:32 +0000 (+0000) Subject: PAL12423. Correct comment of GetShapesOnQuadrangle(...) X-Git-Tag: T3_2_1_pre~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b7d2a64d2fabc6089e3d5f17d3ae2e0fac0f95d;p=modules%2Fgeom.git PAL12423. Correct comment of GetShapesOnQuadrangle(...) --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index 4e597a749..d1095f4fe 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -954,8 +954,10 @@ def GetShapesOnSphereIDs(theShape, theShapeType, theCenter, theRadius, theState) # the specified quadrangle by the certain way, defined through \a theState parameter. # @param theShape Shape to find sub-shapes of. # @param theShapeType Type of sub-shapes to be retrieved. -# @param theCenter Point, specifying center of the sphere to find shapes on. -# @param theRadius Radius of the sphere to find shapes on. +# @param theTopLeftPoint Point, specifying top left corner of a quadrangle +# @param theTopRigthPoint Point, specifying top right corner of a quadrangle +# @param theBottomLeftPoint Point, specifying bottom left corner of a quadrangle +# @param theBottomRigthPoint Point, specifying bottom right corner of a quadrangle # @param theState The state of the subshapes to find. It can be one of # ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN. # @return List of all found sub-shapes.