From: srn Date: Mon, 27 Mar 2006 10:58:19 +0000 (+0000) Subject: BugID: IPAL11946, increased a radius of cylinder where the edges are searched in... X-Git-Tag: T3_2_0b1_pre1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ab29eea80fd0a46b2ce9ca54f1ca9081839dd26e;p=modules%2Fgeom.git BugID: IPAL11946, increased a radius of cylinder where the edges are searched in operation GetShapesOnCylinder --- diff --git a/src/GEOM_SWIG/GEOM_TestOthers.py b/src/GEOM_SWIG/GEOM_TestOthers.py index e84f95346..e9c6e8611 100644 --- a/src/GEOM_SWIG/GEOM_TestOthers.py +++ b/src/GEOM_SWIG/GEOM_TestOthers.py @@ -426,7 +426,7 @@ def TestOtherOperations (geompy, math): # GetShapesOnCylinderIDs edges_in_cyl_ids = geompy.GetShapesOnCylinderIDs(blocksComp, geompy.ShapeType["EDGE"], - vy, 55, geompy.GEOM.ST_IN) + vy, 80, geompy.GEOM.ST_IN) edges_in = geompy.CreateGroup(blocksComp, geompy.ShapeType["EDGE"]) geompy.UnionIDs(edges_in, edges_in_cyl_ids) geompy.addToStudy(edges_in, "Group of edges inside Cylinder (axis = (0, 1, 0), r = 55)")