From: Gérald NICOLAS Date: Mon, 5 Jul 2021 09:58:14 +0000 (+0200) Subject: Extension des piquages X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8d4b06f2b147b67a2ad1ab1f41a2cf89d802a73e;p=modules%2Fshaper.git Extension des piquages --- diff --git a/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt b/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt index c953b4b1a..734541f81 100644 --- a/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt +++ b/src/PythonAddons/macros/pipeNetwork/pipeNetwork_ligne.txt @@ -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