X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.models%2Fbushing.py;h=150260024521d7caea5300fe02ccada14dc8e080;hb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;hp=902f5a8a1113d98a05635fc4b370c27f7007d0e0;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/test.models/bushing.py b/test.models/bushing.py index 902f5a8a1..150260024 100644 --- a/test.models/bushing.py +++ b/test.models/bushing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2022 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 @@ -588,7 +588,7 @@ ExtrusionCut_2 = model.addExtrusionCut(Part_1_doc, [model.selection("FACE", "Ske # Test reexecution after parameter change Parameter_H.setValue(14) model.do() -model.testResultsVolumes(ExtrusionCut_2, [10205.255531030932615976780653000]) +model.testResultsVolumes(ExtrusionCut_2, [10205.25717]) Parameter_H.setValue(12) model.end() @@ -598,8 +598,8 @@ model.testNbResults(ExtrusionCut_2, 1) model.testNbSubResults(ExtrusionCut_2, [0]) model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.SOLID, [1]) model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.FACE, [551]) -model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.EDGE, [3473]) -model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.VERTEX, [6946]) -model.testResultsVolumes(ExtrusionCut_2, [10362.335163710422420990653336048]) +model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.EDGE, [3481]) +model.testNbSubShapes(ExtrusionCut_2, GeomAPI_Shape.VERTEX, [6962]) +model.testResultsVolumes(ExtrusionCut_2, [10362.3368]) assert(model.checkPythonDump())