From: GĂ©rald NICOLAS Date: Mon, 21 Jun 2021 13:09:05 +0000 (+0200) Subject: Nom des fichiers de test X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67bb809664a2ed39c3c85aefd6c7e1696be0bd5c;p=modules%2Fshaper.git Nom des fichiers de test --- 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")