Lr Perp Bottom Exit Perp Entry
The BOTTOM-exit mirror of lr_perp_top_exit_perp_entry: the bundle drops under the row, runs across, and rises into the consumer's BOTTOM entry, staying parallel through the corridor.
Mermaid source
%%metro title: Cross-Column Perp Bottom Entry%%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: bottom | main,branch a[Input] b[Output] a -->|main,branch| b end subgraph sec2 [Section Two] %%metro entry: bottom | main,branch d[Step D] e[Step E] d -->|main,branch| e end s1 -->|main,branch| a b -->|main,branch| dCLI command
nf-metro render examples/topologies/lr_perp_bottom_exit_perp_entry.mmd -o lr_perp_bottom_exit_perp_entry.svg