X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestExtrusion_ByFaces05.py;h=045f2e21b8012449b3247302b56571174ce4cc48;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=8715c1ecb4c5b1e8c65aa97b1269484393ac6b04;hpb=053a0144dfb81f6025aa76122d13518ddb228de5;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces05.py b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces05.py index 8715c1ecb..045f2e21b 100644 --- a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces05.py +++ b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces05.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 @@ -129,8 +129,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, [6]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [16]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [32]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [12]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [24]) model.testResultsVolumes(Extrusion_1, [7626.2279286]) # offset "From" face @@ -140,8 +140,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, [6]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [20]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [40]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [12]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [24]) model.testResultsVolumes(Extrusion_1, [21514.8965]) ParamFrom.setValue(-20) @@ -150,8 +150,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, [6]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [20]) -model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [40]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [12]) +model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [24]) model.testResultsVolumes(Extrusion_1, [5427.194275658]) model.testHaveNamingSubshapes(Extrusion_1, model, Part_1_doc)