From a2d4c611be3d48d63bf9fc09b91f1bc6d59c00b6 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Mon, 1 Jun 2020 13:57:44 +0300 Subject: [PATCH] Update reference data according to improved behavior of Sketch Projection feature (related to issue #19101) --- test.hdfs/CuveN4_Tubulures.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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]) -- 2.39.2