Salome HOME
Copyright update 2020
[modules/shaper.git] / src / FeaturesPlugin / Test / TestExtrusionFuse_ThroughAll.py
index e84a50bbefcb4815961a616dc868863ab7601b0c..8fdf772f50c36acafa135a8294be337cc680cb0b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2018-2020  CEA/DEN, 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
@@ -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()