]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Test Others script error
authordmv <dmv@opencascade.com>
Tue, 19 Jan 2010 07:33:55 +0000 (07:33 +0000)
committerdmv <dmv@opencascade.com>
Tue, 19 Jan 2010 07:33:55 +0000 (07:33 +0000)
src/GEOM_SWIG/GEOM_TestOthers.py

index dc3ac505dd8316f0ba67b675a2755e1411b4d6ba..0ee53631d1afad8bd1a22660222328cf7d293978 100644 (file)
@@ -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)")