Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestExtrusion_ByFaces11.py
index 8156d5230a5c3f2b4200f5870e7cecbdc4d39087..70098021c22a5e6435816f1f33b659a94a7f3375 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
@@ -134,8 +134,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [4])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [18])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [64])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [128])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [60])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [120])
 model.testResultsVolumes(Extrusion_1, [7626.2279286])
 
 # offset "From" face
@@ -145,8 +145,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [4])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [18])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [68])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [136])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [60])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [120])
 model.testResultsVolumes(Extrusion_1, [21514.8965])
 
 ParamFrom.setValue(-20)
@@ -155,8 +155,8 @@ model.testNbResults(Extrusion_1, 1)
 model.testNbSubResults(Extrusion_1, [2])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [4])
 model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [18])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [68])
-model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [136])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [60])
+model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [120])
 model.testResultsVolumes(Extrusion_1, [5427.194275658])
 
 model.testHaveNamingSubshapes(Extrusion_1, model, Part_1_doc)