]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
BugID: IPAL11946, increased a radius of cylinder where the edges are searched in...
authorsrn <srn@opencascade.com>
Mon, 27 Mar 2006 10:58:19 +0000 (10:58 +0000)
committersrn <srn@opencascade.com>
Mon, 27 Mar 2006 10:58:19 +0000 (10:58 +0000)
src/GEOM_SWIG/GEOM_TestOthers.py

index e84f953460785059f86cca87d676eed46b6ca614..e9c6e8611ea9df13c750b1b6a306457436a4e6ed 100644 (file)
@@ -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)")