Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelHighAPI / Test / Test19031.py
index 8e83a438ef80e54b9dabe57e37639be16403b022..73c4ffcda5ff58d26bca95028b4db88dac3f19d6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-2023  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
@@ -360,11 +360,11 @@ Fillet_1 = model.addFillet(Part_1_doc, [model.selection("EDGE", "[Extrusion_1_1_
 model.end()
 
 model.testNbResults(Fillet_1, 1)
-model.testNbSubResults(Fillet_1, [16])
-model.testNbSubShapes(Fillet_1, GeomAPI_Shape.SOLID, [16])
-model.testNbSubShapes(Fillet_1, GeomAPI_Shape.FACE, [141])
-model.testNbSubShapes(Fillet_1, GeomAPI_Shape.EDGE, [656])
-model.testNbSubShapes(Fillet_1, GeomAPI_Shape.VERTEX, [1312])
-model.testResultsVolumes(Fillet_1, [867199.579792])
+model.testNbSubResults(Fillet_1, [15])
+model.testNbSubShapes(Fillet_1, GeomAPI_Shape.SOLID, [15])
+model.testNbSubShapes(Fillet_1, GeomAPI_Shape.FACE, [134])
+model.testNbSubShapes(Fillet_1, GeomAPI_Shape.EDGE, [624])
+model.testNbSubShapes(Fillet_1, GeomAPI_Shape.VERTEX, [1248])
+model.testResultsVolumes(Fillet_1, [867199.641696438])
 
 assert(model.checkPythonDump(model.ModelHighAPI.CHECK_NAMING))