X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestRevolutionFuse_ThroughAll.py;h=d4af62a647dd7b9e48e0617596a23861ee4c20c9;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=2f1d34213091b9a2db645257f16f29bb4e851288;hpb=7eb4c88d46d8fa7d664bc5f505952f4677fd4628;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestRevolutionFuse_ThroughAll.py b/src/FeaturesPlugin/Test/TestRevolutionFuse_ThroughAll.py index 2f1d34213..d4af62a64 100644 --- a/src/FeaturesPlugin/Test/TestRevolutionFuse_ThroughAll.py +++ b/src/FeaturesPlugin/Test/TestRevolutionFuse_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 @@ -53,7 +53,7 @@ RevolutionFuse_1.setNestedSketch(Sketch_1) model.do() Shape = RevolutionFuse_1.results()[0].resultSubShapePair()[0].shape() -checkMiddlePoint(Shape, 7.01705635, 5.0, 7.01705635) +checkMiddlePoint(Shape, 6.3892968486, 5.0, 6.3892968486) model.end()