Skip to content

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
examples/topologies/lr_perp_bottom_exit_perp_entry.mmd
%%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| d
CLI command
Terminal window
nf-metro render examples/topologies/lr_perp_bottom_exit_perp_entry.mmd -o lr_perp_bottom_exit_perp_entry.svg
Rendered map
Cross-Column Perp Bottom Entry 1 2 3 Input Step D Start Output Step E Main Branch created with nf-metro v1.1.0+dev