Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolutionCut_ByAngle.py
index ba79b8fe0b4e608f70a7f5fd862ed574bf393b32..52bba4baa2f5135b0db344528ab7429486d7df41 100644 (file)
@@ -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
@@ -44,7 +44,7 @@ SketchConstraintCoincidence_1 = Sketch_1.setCoincident(SketchLine_1.result(), Sk
 RevolutionCut_1.setNestedSketch(Sketch_1)
 model.do()
 Shape = RevolutionCut_1.results()[0].resultSubShapePair()[0].shape()
-checkMiddlePoint(Shape, 4.985950242219446, 4.993794269643578, 5.022028013265849)
+checkMiddlePoint(Shape, 5.008053818, 5.07743277, 4.8949827)
 
 RevolutionCut_1.setAxis(model.selection("EDGE", "PartSet/OX"))
 model.do()