Salome HOME
Updated copyright comment
[modules/shaper.git] / src / FeaturesPlugin / Test / TestExtrusion_ByFaces03.py
index af9a6c6a3868426d91ebb9f4b5d7dae1c3df027c..8b648d858b9019bb05e3003980c7769b803210cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -124,8 +124,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [0])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [1])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [5])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [22])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [44])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [18])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [36])
 model.testResultsVolumes(Extrusion_1, [119535.04])
 
 # offset "From" face
@@ -143,8 +143,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [0])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [1])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [5])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [22])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [44])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [18])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [36])
 model.testResultsVolumes(Extrusion_1, [154943.7])
 
 model.testHaveNamingSubshapes(Extrusion_1, model, Part_1_doc)