Lr Perp Top Exit Perp Entry Diverging
A TOP-exit bundle taken over the corridor into a TOP entry where the two lines split to different downstream stations. Consistent corridor ordering routes each line to its target without a convergence jog at the entry.
Mermaid source
%%metro title: Cross-Column Perp Entry Diverging%%metro style: dark%%metro line: main | Main | #e63946%%metro line: branch | Branch | #2db572
graph LR subgraph src [Source] %%metro exit: right | main,branch s1[Start] end subgraph sec1 [Section One] %%metro entry: left | main,branch %%metro exit: top | main,branch a[Input] b[Output] a -->|main,branch| b end subgraph sec2 [Section Two] %%metro entry: top | main,branch d[Step D] e[Step E] d -->|main| e end s1 -->|main,branch| a b -->|main| d b -->|branch| eCLI command
nf-metro render examples/topologies/lr_perp_top_exit_perp_entry_diverging.mmd -o lr_perp_top_exit_perp_entry_diverging.svg