mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Update according to change of boolean operation.
This commit is contained in:
parent
64375a4bd8
commit
88eccafce6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user