]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Nom des fichiers de test
authorGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 21 Jun 2021 13:09:05 +0000 (15:09 +0200)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 21 Jun 2021 13:09:05 +0000 (15:09 +0200)
src/PythonAddons/Test/TestpipeNetwork.py

index 82ec08ae84e838ea8d4648396b464f0d06a63d7f..c4e507cbdc6fb5e37ee197bd00e9cd07bcc65578 100755 (executable)
@@ -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")