From: Artem Zhidkov Date: Mon, 1 Jun 2020 10:57:44 +0000 (+0300) Subject: Update reference data according to improved behavior of Sketch Projection feature... X-Git-Tag: V9_5_0rc1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a2d4c611be3d48d63bf9fc09b91f1bc6d59c00b6;p=modules%2Fshaper.git Update reference data according to improved behavior of Sketch Projection feature (related to issue #19101) --- diff --git a/test.hdfs/CuveN4_Tubulures.py b/test.hdfs/CuveN4_Tubulures.py index 96851297e..14407a32e 100644 --- a/test.hdfs/CuveN4_Tubulures.py +++ b/test.hdfs/CuveN4_Tubulures.py @@ -21,8 +21,8 @@ if __name__ == "__main__": aPartFeature = locals()["Part_1"] model.testNbResults(aPartFeature, 1) model.testNbSubResults(aPartFeature, [0]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [552]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [4086]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [17086]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [34172]) - model.testResultsVolumes(aPartFeature, [55.645173358299]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [553]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [4089]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [17094]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [34188]) + model.testResultsVolumes(aPartFeature, [55.64517345856])