Salome HOME
Copyright update 2020
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolutionFuse_ByAngle.py
index dbf1a51f575460feccc677e25deb783620883675..11736ae7331e9a2227b82a26a36bc90010d867d8 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
@@ -44,12 +44,12 @@ SketchConstraintCoincidence_1 = Sketch_1.setCoincident(SketchLine_1.result(), Sk
 RevolutionFuse_1.setNestedSketch(Sketch_1)
 model.do()
 Shape = RevolutionFuse_1.results()[0].resultSubShapePair()[0].shape()
-checkMiddlePoint(Shape, 4.98623430526137, 4.892827903704557, 5.240928197091025)
+checkMiddlePoint(Shape, 4.992334045, 4.926296368, 5.140838946)
 
 RevolutionFuse_1.setAxis(model.selection("EDGE", "PartSet/OX"))
 model.do()
 Shape = RevolutionFuse_1.results()[0].resultSubShapePair()[0].shape()
-checkMiddlePoint(Shape, 5, 3.5650977446, 5.63206191645)
+checkMiddlePoint(Shape, 5, 4.21250167, 5.36769235)
 
 model.end()