Salome HOME
Updated copyright comment
[modules/shaper.git] / src / SketchPlugin / Test / TestChangeSketchPlane1.py
index dd4105fba9266d83b9c8d4599ee5180bdb0ccadc..8515a8f2278e002c6732b0ec1ebd7b45535c8b11 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019  CEA/DEN, EDF R&D
+# Copyright (C) 2019-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
@@ -61,7 +61,7 @@ model.testNbSubShapes(ExtrusionFuse_1, GeomAPI_Shape.EDGE, [30])
 model.testNbSubShapes(ExtrusionFuse_1, GeomAPI_Shape.VERTEX, [60])
 model.testResultsVolumes(ExtrusionFuse_1, [1028.2743338823])
 
-checkMiddlePoint(ExtrusionFuse_1, 4.96954097, 4.7867868, 5.0160782)
+checkMiddlePoint(ExtrusionFuse_1, 4.972503122, 4.84876717, 5.0145146)
 
 # change plane and check error
 model.begin()
@@ -85,7 +85,7 @@ model.testNbSubShapes(ExtrusionFuse_1, GeomAPI_Shape.EDGE, [30])
 model.testNbSubShapes(ExtrusionFuse_1, GeomAPI_Shape.VERTEX, [60])
 model.testResultsVolumes(ExtrusionFuse_1, [1028.2743338823])
 
-checkMiddlePoint(ExtrusionFuse_1, 4.96954097, 5.2132132, 5.0160782)
+checkMiddlePoint(ExtrusionFuse_1, 4.972503122, 5.15123283, 5.0145146)
 
 # change plane removing features related to external objects
 model.begin()