X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestExtrusionFuse_ThroughAll.py;h=1e5c03abfaf5520b8b99838eb6b76c9008ea3208;hb=9afbc5fb015e5ff91689e1ef3f4da286347fbda5;hp=e84a50bbefcb4815961a616dc868863ab7601b0c;hpb=883ac186ac2c764c6209cb8ea8043e3bcadc3de9;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py b/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py index e84a50bbe..1e5c03abf 100644 --- a/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py +++ b/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 CEA/DEN, EDF R&D +# Copyright (C) 2018-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -49,7 +49,7 @@ ExtrusionFuse_1 = model.addExtrusionFuse(Part_1_doc, [model.selection("FACE", "F model.do() Shape = ExtrusionFuse_1.results()[0].resultSubShapePair()[0].shape() -checkMiddlePoint(Shape, 37.46245068, 23.05267081, 8.52187757) +checkMiddlePoint(Shape, 42.63716766, 25.85781486, 9.0373214) model.end()