From 67bb809664a2ed39c3c85aefd6c7e1696be0bd5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9rald=20NICOLAS?= Date: Mon, 21 Jun 2021 15:09:05 +0200 Subject: [PATCH] Nom des fichiers de test --- src/PythonAddons/Test/TestpipeNetwork.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/PythonAddons/Test/TestpipeNetwork.py b/src/PythonAddons/Test/TestpipeNetwork.py index 82ec08ae8..c4e507cbd 100755 --- a/src/PythonAddons/Test/TestpipeNetwork.py +++ b/src/PythonAddons/Test/TestpipeNetwork.py @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +__revision__ = "V01.02" from salome.shaper import model from salome.shaper import geom @@ -29,7 +30,8 @@ def getFilePath(fileName): path = os.path.join(os.getenv("SHAPER_ROOT_DIR"), "bin", "salome", "macros", "pipeNetwork") return os.path.join(path, fileName) -theFile = getFilePath("pipeNetwork.txt") +#theFile = getFilePath("pipeNetwork_2par2.txt") +theFile = getFilePath("pipeNetwork_ligne.txt") aSession.startOperation("Create part for pipe network") aPartFeature = aSession.moduleDocument().addFeature("Part") -- 2.39.2