Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestExtrusion_ByFaces09.py
index ada092a9f12aca369d4399377a2eab28addcb5bc..6be935b5498c21eeeee5bffb9323b13dd52d6b82 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -127,8 +127,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [9])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [34])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [68])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [30])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [60])
 model.testResultsVolumes(Extrusion_1, [119535.04])
 
 # offset "From" face
@@ -146,8 +146,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [9])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [34])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [68])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [30])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [60])
 model.testResultsVolumes(Extrusion_1, [154943.7])
 
 model.testHaveNamingSubshapes(Extrusion_1, model, Part_1_doc)