Skip to content

Tb Perp Exit Side Neighbour

A vertical-flow section's BOTTOM exit feeds a side LR neighbour sharing the exit's Y. The connector leaves the port down into the inter-row corridor clear of the box, runs across, then turns up into the entry, rather than running straight along the section's bottom edge and out through the corner (#1052).

Mermaid source
examples/topologies/tb_perp_exit_side_neighbour.mmd
%%metro title: TB perp-exit into a side LR neighbour
%%metro line: a | A | #e63946
%%metro grid: work | 0,0
%%metro grid: out_sec | 1,0
graph LR
subgraph work [Work]
%%metro direction: TB
%%metro exit: bottom | a
w1[Demux]
w2[Merge]
w1 -->|a| w2
end
subgraph out_sec [Output]
%%metro direction: LR
%%metro entry: left | a
o1[Publish]
end
w2 -->|a| o1
CLI command
Terminal window
nf-metro render examples/topologies/tb_perp_exit_side_neighbour.mmd -o tb_perp_exit_side_neighbour.svg
Rendered map
TB perp-exit into a side LR neighbour 1 2 Demux Publish Merge A created with nf-metro v1.1.0+dev