From 6c8fff57cbf43a72b92e01f600c1f38b7c65e923 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 19 Jan 2010 07:33:55 +0000 Subject: [PATCH] Test Others script error --- src/GEOM_SWIG/GEOM_TestOthers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)") -- 2.39.2