Salome HOME
Update according to change of boolean operation.
[modules/smesh.git] / src / SMESH_SWIG / SMESH_Nut.py
index 6d2ac9e867a78c6c2b6bc7a1731605b5932f2b93..6585cd5e4bf84137d41c2b20f12e2a6d45133c90 100755 (executable)
@@ -72,7 +72,7 @@ for i in range(0, len(CommonExplodedListEdges)):
 
 #Fillet applying
 print "Fillet creation..."
-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