]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Extension des piquages
authorGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 5 Jul 2021 09:58:14 +0000 (11:58 +0200)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Mon, 5 Jul 2021 09:58:14 +0000 (11:58 +0200)
src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt

index c953b4b1a4c73d752803ed1b61e6b5dc0ea08593..734541f817fc19b4b6d6c09f5d9634fc20c049a6 100644 (file)
@@ -1,34 +1,39 @@
 # Positions des noeuds :
 nodes section
+# Le tuyau principal
 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
-..........
+id_noeud2 - 10 -10 0
+id_noeud3 - 20 -20 0
+id_noeud4 - 21 -21 10
+id_noeud5 - 30 -21 10
+id_noeud6 - 30 -10 10
+id_noeud7 - 30 0 10
+# Les deux piquages
+id_noeudA id_noeud2 -5 5 10
+id_noeudB id_noeudA 0 5 10
+id_noeudC - 30 -10 20
+id_noeudD id_noeudC 5 5 5
 
-# Connectivite :
+# Connectivité :
 connectivity section
-# Choix entre 2 methodes=soit 2par2 soit par_ligne
+# Choix entre 2 méthodes=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
-............
+id_noeud1 id_noeud2 id_noeud3 id_noeud4 id_noeud5 id_noeud6 id_noeud7
+#id_noeud2 id_noeudA
+id_noeud2 id_noeudA id_noeudB
+#id_noeud6 id_noeudC
+id_noeud6 id_noeudC id_noeudD
 
-# Conges de raccordement :
+# Congés 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_noeud3 radius=1
+id_noeud4 angular_connection
+id_noeud5 radius=2
+id_noeud6 angular_connection
 id_noeud7 angular_connection
-id_noeud8 angular_connection
-id_noeud9 angular_connection
-..............
+id_noeudA angular_connection
+id_noeudB angular_connection
+id_noeudC angular_connection
+id_noeudD angular_connection