X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestExtrusionFuse_ThroughAll.py;h=a7a0511a1ac2dc8d6da4b299e2f6fd89e03dc0a8;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=e84a50bbefcb4815961a616dc868863ab7601b0c;hpb=77d6e03555d0d46232e09ace4178f66f8c9b40ee;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py b/src/FeaturesPlugin/Test/TestExtrusionFuse_ThroughAll.py index e84a50bbe..a7a0511a1 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-2024 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()