Salome HOME
0023541: [CEA 2229] The test GEOM_Nut.py crashes V8_5_0b1
authorvsr <vsr@opencascade.com>
Thu, 5 Apr 2018 07:22:10 +0000 (10:22 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 Apr 2018 07:22:10 +0000 (10:22 +0300)
src/GEOM_SWIG/GEOM_Nut.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 23343c3..e3560e1
@@ -75,7 +75,7 @@ Fillet_1 = geompy.MakeFillet(Common_1, 10, geompy.ShapeType["EDGE"], [5])
 geompy.addToStudy(Fillet_1, "Fillet_1")
 
 #Chamfer applying
-Chamfer_1 = geompy.MakeChamferEdge(Fillet_1, 10, 10, 15, 49 )
+Chamfer_1 = geompy.MakeChamferEdge(Fillet_1, 10, 10, 44, 114 )
 geompy.addToStudy(Chamfer_1, "Chamfer_1")
 
 Chamfer_2 = geompy.MakeChamferEdge(Chamfer_1, 10, 10, 20, 30 )