From: mgr Date: Wed, 27 May 2009 12:04:54 +0000 (+0000) Subject: update test script. X-Git-Tag: V4_1_0_maintainance_FINAL~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40a51f0ee54f52374066d7048a6d14603ecdd0a2;p=modules%2Fgeom.git update test script. Matthieu Gautier --- diff --git a/src/GEOM_SWIG/GEOM_Nut.py b/src/GEOM_SWIG/GEOM_Nut.py index d5624c17f..4d5843491 100755 --- a/src/GEOM_SWIG/GEOM_Nut.py +++ b/src/GEOM_SWIG/GEOM_Nut.py @@ -65,7 +65,7 @@ for i in range(0, len(CommonExplodedListEdges)): #Fillet applying #ID = geompy.GetSubShapeID(Common_1, CommonExplodedListEdges[0]) -Fillet_1 = geompy.MakeFillet(Common_1, 10, geompy.ShapeType["EDGE"], [6]) +Fillet_1 = geompy.MakeFillet(Common_1, 10, geompy.ShapeType["EDGE"], [5]) geompy.addToStudy(Fillet_1, "Fillet_1") #Chamfer applying