From: dmv Date: Tue, 19 Jan 2010 07:33:55 +0000 (+0000) Subject: Test Others script error X-Git-Tag: PARAVIS_29012010~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6c8fff57cbf43a72b92e01f600c1f38b7c65e923;p=modules%2Fgeom.git Test Others script error --- diff --git a/src/GEOM_SWIG/GEOM_TestOthers.py b/src/GEOM_SWIG/GEOM_TestOthers.py index dc3ac505d..0ee53631d 100644 --- a/src/GEOM_SWIG/GEOM_TestOthers.py +++ b/src/GEOM_SWIG/GEOM_TestOthers.py @@ -553,7 +553,7 @@ def TestOtherOperations (geompy, math): # GetShapesOnCylinderWithLocation edges_out_cyl = geompy.GetShapesOnCylinderWithLocation(blocksComp, geompy.ShapeType["EDGE"], - vy, 55, geompy.GEOM.ST_OUT) + vy, p11, 55, geompy.GEOM.ST_OUT) for edge_i in edges_out_cyl: geompy.addToStudy(edge_i, "Edge out of Cylinder (axis = (0, 1, 0), r = 55)")