mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Correction de l'ID de l'arête pour le fillet
This commit is contained in:
parent
4cd3b61d47
commit
2952c21e59
@ -51,7 +51,7 @@ geomObj_2 = geompy.MakeCylinder(O, OX, 2000, 5000)
|
||||
Cylinder_2 = geompy.MakeRotation(geomObj_2, OX, 180*math.pi/180.0)
|
||||
Translation_1 = geompy.MakeTranslation(Cylinder_2, -2000, 0, 0)
|
||||
Fuse_1 = geompy.MakeFuse(Cylinder_1, Translation_1)
|
||||
Fillet_1 = geompy.MakeFillet(Fuse_1, 800, geompy.ShapeType["EDGE"], [11])
|
||||
Fillet_1 = geompy.MakeFillet(Fuse_1, 800, geompy.ShapeType["EDGE"], [8])
|
||||
Vertex_1 = geompy.MakeVertex(0, -3000, -3000)
|
||||
Vertex_2 = geompy.MakeVertex(2500, 3000, 3000)
|
||||
Box_1 = geompy.MakeBoxTwoPnt(Vertex_2, Vertex_1)
|
||||
|
Loading…
Reference in New Issue
Block a user