X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestExtrusion_ByFaces03.py;h=8b648d858b9019bb05e3003980c7769b803210cd;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=af9a6c6a3868426d91ebb9f4b5d7dae1c3df027c;hpb=661aafa65364b86fdbfc9fde9462d31bdf3ae151;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces03.py b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces03.py index af9a6c6a3..8b648d858 100644 --- a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces03.py +++ b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces03.py @@ -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)