X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.hdfs%2Fusine.py;h=c6eab933b35ea35e19db5977aef2cffc704b6b9c;hb=f23ef27e88741f87c35b99a363758a9134d69c48;hp=278c08aab107bb102d2c82a39a9798dbe484469a;hpb=a1d6ae7f7771b7589bcdbd589760fa754f82b973;p=modules%2Fshaper.git diff --git a/test.hdfs/usine.py b/test.hdfs/usine.py index 278c08aab..c6eab933b 100644 --- a/test.hdfs/usine.py +++ b/test.hdfs/usine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2022 CEA/DEN, EDF R&D # # 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, [186])