mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30: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
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user