]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Renommage
authorGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 21 Jun 2021 08:12:29 +0000 (10:12 +0200)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 21 Jun 2021 08:12:29 +0000 (10:12 +0200)
src/PythonAddons/macros/pipeNetwork/pipeNetwork.txt [deleted file]
src/PythonAddons/macros/pipeNetwork/pipeNetwork_2par2.txt [new file with mode: 0644]
src/PythonAddons/macros/pipeNetwork/pipeNetwork_a.txt [deleted file]
src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt [new file with mode: 0644]

diff --git a/src/PythonAddons/macros/pipeNetwork/pipeNetwork.txt b/src/PythonAddons/macros/pipeNetwork/pipeNetwork.txt
deleted file mode 100644 (file)
index ff9a360..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Positions des noeuds :
-nodes section
-id_noeud1 - 0 0 0
-id_noeud2 id_noeud1 5 -5 10
-id_noeud3 id_noeud1 10 -10 0
-id_noeud4 id_noeud1 20 -20 0
-id_noeud5 id_noeud1 21 -21 10
-id_noeud6 id_noeud1 30 -21 10
-id_noeud7 id_noeud1 30 -10 10
-id_noeud8 id_noeud1 30 -10 20
-id_noeud9 id_noeud1 30 0 10
-..........
-
-# Connectivite :
-connectivity section
-# Choix entre 2 methodes=soit 2par2 soit par_ligne
-method=2par2
-id_noeud1 id_noeud3
-id_noeud3 id_noeud4
-id_noeud3 id_noeud2
-id_noeud4 id_noeud5
-id_noeud5 id_noeud6
-id_noeud6 id_noeud7
-id_noeud7 id_noeud9
-id_noeud7 id_noeud8
-............
-
-# Conges de raccordement :
-fillets section
-id_noeud1 angular_connection
-id_noeud2 angular_connection
-id_noeud3 angular_connection
-id_noeud4 radius=1
-id_noeud5 angular_connection
-id_noeud6 radius=2
-id_noeud7 angular_connection
-id_noeud8 angular_connection
-id_noeud9 angular_connection
-..............
diff --git a/src/PythonAddons/macros/pipeNetwork/pipeNetwork_2par2.txt b/src/PythonAddons/macros/pipeNetwork/pipeNetwork_2par2.txt
new file mode 100644 (file)
index 0000000..ff9a360
--- /dev/null
@@ -0,0 +1,39 @@
+# Positions des noeuds :
+nodes section
+id_noeud1 - 0 0 0
+id_noeud2 id_noeud1 5 -5 10
+id_noeud3 id_noeud1 10 -10 0
+id_noeud4 id_noeud1 20 -20 0
+id_noeud5 id_noeud1 21 -21 10
+id_noeud6 id_noeud1 30 -21 10
+id_noeud7 id_noeud1 30 -10 10
+id_noeud8 id_noeud1 30 -10 20
+id_noeud9 id_noeud1 30 0 10
+..........
+
+# Connectivite :
+connectivity section
+# Choix entre 2 methodes=soit 2par2 soit par_ligne
+method=2par2
+id_noeud1 id_noeud3
+id_noeud3 id_noeud4
+id_noeud3 id_noeud2
+id_noeud4 id_noeud5
+id_noeud5 id_noeud6
+id_noeud6 id_noeud7
+id_noeud7 id_noeud9
+id_noeud7 id_noeud8
+............
+
+# Conges de raccordement :
+fillets section
+id_noeud1 angular_connection
+id_noeud2 angular_connection
+id_noeud3 angular_connection
+id_noeud4 radius=1
+id_noeud5 angular_connection
+id_noeud6 radius=2
+id_noeud7 angular_connection
+id_noeud8 angular_connection
+id_noeud9 angular_connection
+..............
diff --git a/src/PythonAddons/macros/pipeNetwork/pipeNetwork_a.txt b/src/PythonAddons/macros/pipeNetwork/pipeNetwork_a.txt
deleted file mode 100644 (file)
index c953b4b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Positions des noeuds :
-nodes section
-id_noeud1 - 0 0 0
-id_noeud2 id_noeud1 5 -5 10
-id_noeud3 id_noeud1 10 -10 0
-id_noeud4 id_noeud1 20 -20 0
-id_noeud5 id_noeud1 21 -21 10
-id_noeud6 id_noeud1 30 -21 10
-id_noeud7 id_noeud1 30 -10 10
-id_noeud8 id_noeud1 30 -10 20
-id_noeud9 id_noeud1 30 0 10
-..........
-
-# Connectivite :
-connectivity section
-# Choix entre 2 methodes=soit 2par2 soit par_ligne
-method=par_ligne
-id_noeud1 id_noeud3 id_noeud4 id_noeud5 id_noeud6 id_noeud7 id_noeud9
-id_noeud3 id_noeud2
-id_noeud7 id_noeud8
-............
-
-# Conges de raccordement :
-fillets section
-id_noeud1 angular_connection
-id_noeud2 angular_connection
-id_noeud3 angular_connection
-id_noeud4 radius=1
-id_noeud5 angular_connection
-id_noeud6 radius=2
-id_noeud7 angular_connection
-id_noeud8 angular_connection
-id_noeud9 angular_connection
-..............
diff --git a/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt b/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt
new file mode 100644 (file)
index 0000000..c953b4b
--- /dev/null
@@ -0,0 +1,34 @@
+# Positions des noeuds :
+nodes section
+id_noeud1 - 0 0 0
+id_noeud2 id_noeud1 5 -5 10
+id_noeud3 id_noeud1 10 -10 0
+id_noeud4 id_noeud1 20 -20 0
+id_noeud5 id_noeud1 21 -21 10
+id_noeud6 id_noeud1 30 -21 10
+id_noeud7 id_noeud1 30 -10 10
+id_noeud8 id_noeud1 30 -10 20
+id_noeud9 id_noeud1 30 0 10
+..........
+
+# Connectivite :
+connectivity section
+# Choix entre 2 methodes=soit 2par2 soit par_ligne
+method=par_ligne
+id_noeud1 id_noeud3 id_noeud4 id_noeud5 id_noeud6 id_noeud7 id_noeud9
+id_noeud3 id_noeud2
+id_noeud7 id_noeud8
+............
+
+# Conges de raccordement :
+fillets section
+id_noeud1 angular_connection
+id_noeud2 angular_connection
+id_noeud3 angular_connection
+id_noeud4 radius=1
+id_noeud5 angular_connection
+id_noeud6 radius=2
+id_noeud7 angular_connection
+id_noeud8 angular_connection
+id_noeud9 angular_connection
+..............