0023541: [CEA 2229] The test GEOM_Nut.py crashes

This commit is contained in:
vsr 2018-04-05 10:22:10 +03:00
parent 8f0d7fc799
commit 4ca4b8000a

2
src/GEOM_SWIG/GEOM_Nut.py Executable file → Normal file
View File

@ -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 )