Salome HOME
Update reference data according to improved behavior of Sketch Projection feature...
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 1 Jun 2020 10:57:44 +0000 (13:57 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 1 Jun 2020 10:57:44 +0000 (13:57 +0300)
test.hdfs/CuveN4_Tubulures.py

index 96851297ed27286e4a9317b78cfcb96d55811cdf..14407a32e9d597ed7b891c58848157dd0e31b4ef 100644 (file)
@@ -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])