X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.hdfs%2Fte_solide.py;h=c196d1d89f3b308069d910710533ccfa8e52752c;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=5d44704289d8a23508ba72a644ed71fd13516a6f;hpb=b9636a8e25411b3c89aa64801b659bb363278661;p=modules%2Fshaper.git diff --git a/test.hdfs/te_solide.py b/test.hdfs/te_solide.py index 5d4470428..c196d1d89 100644 --- a/test.hdfs/te_solide.py +++ b/test.hdfs/te_solide.py @@ -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 @@ -18,6 +18,7 @@ # if __name__ == "__main__": + aPartFeature = locals()["Part_1"] model.testNbResults(aPartFeature, 1) model.testNbSubResults(aPartFeature, [0]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [48])