This commit is contained in:
maintenance team 2009-05-15 13:49:22 +00:00
parent faae9088f8
commit 802997cf75

View File

@ -65,7 +65,7 @@ for i in range(0, len(CommonExplodedListEdges)):
#Fillet applying #Fillet applying
#ID = geompy.GetSubShapeID(Common_1, CommonExplodedListEdges[0]) #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") geompy.addToStudy(Fillet_1, "Fillet_1")
#Chamfer applying #Chamfer applying