Skip to content

Lr Perp Top Exit Side Entry

Two co-travelling lines leave an LR section through an explicit TOP exit and feed the LEFT entry of a same-row neighbour. The exit port sits past the last station, and the bundle rises into the header band, runs across, and descends to the consumer's row to enter straight, staying parallel through every concentric corner.

Mermaid source
examples/topologies/lr_perp_top_exit_side_entry.mmd
%%metro title: LR Perp Top 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: top | 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_top_exit_side_entry.mmd -o lr_perp_top_exit_side_entry.svg
Rendered map
LR Perp Top 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