Skip to content

Lr Perp Bottom Exit Side Entry

The BOTTOM-exit mirror of lr_perp_top_exit_side_entry: the bundle drops below the source section, runs across the under-row band, and rises back to the consumer's row to enter straight.

Mermaid source
examples/topologies/lr_perp_bottom_exit_side_entry.mmd
%%metro title: LR Perp Bottom Exit into Side Entry
%%metro style: dark
%%metro line: a | Line A | #e63946
%%metro line: b | Line B | #0570b0
graph LR
subgraph src [Source]
s1[Start]
end
subgraph mid [Middle]
%%metro exit: bottom | a, b
m1[Step 1]
m2[Step 2]
m1 -->|a,b| m2
end
subgraph dst [Destination]
d1[Finish]
end
s1 -->|a,b| m1
m2 -->|a,b| d1
CLI command
Terminal window
nf-metro render examples/topologies/lr_perp_bottom_exit_side_entry.mmd -o lr_perp_bottom_exit_side_entry.svg
Rendered map
LR Perp Bottom Exit into Side Entry 1 2 3 Step 1 Start Finish Step 2 Line A Line B created with nf-metro v1.1.0+dev