Salome HOME
Correction de l'ID de l'arĂȘte pour le fillet
[modules/smesh.git] / src / Tools / blocFissure / materielCasTests / fissureGauche.py
index ff69ba6fc0868c08ea2d7f49a00e8801553b926b..c612d2a9a3274b5a4a6e540c50eafe43c20fe4ba 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2020  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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)