Update according to change of boolean operation.

This commit is contained in:
maintenance team 2009-05-19 10:18:06 +00:00
parent 64375a4bd8
commit 88eccafce6

View File

@ -72,7 +72,7 @@ for i in range(0, len(CommonExplodedListEdges)):
#Fillet applying #Fillet applying
print "Fillet creation..." 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") geompy.addToStudy(Fillet_1, "Fillet_1")
#Chamfer applying #Chamfer applying