Bt To Lr
A BT section's trailing TOP (perpendicular) exit taking the up-and-over corridor into the LEFT entry of a neighbouring LR section, a two-line bundle staying parallel across the seam (#1044).
Mermaid source
%%metro title: BT Perp Exit Into LR%%metro style: dark%%metro line: a | A | #e63946%%metro line: b | B | #0570b0
%%metro grid: work | 0,0%%metro grid: out_sec | 1,0
graph LR subgraph work [Work] %%metro direction: BT %%metro exit: top | a,b w1[Demux] w2[Merge] w1 -->|a,b| w2 end
subgraph out_sec [Output] %%metro direction: LR %%metro entry: left | a,b o1[Publish] o2[Notify] o1 -->|a,b| o2 end
w2 -->|a,b| o1CLI command
nf-metro render examples/topologies/bt_to_lr.mmd -o bt_to_lr.svg