Skip to content

Tb Passthrough Continuation

A TB convergence that is not a sink: a diagonal feeder continues straight down to a station directly below the merge while a collinear feeder peels off. The continuation rides the trunk slot so it drops straight, instead of being forced outboard where it kinks at the merge and crosses the collinear feeder (issue #1012).

Mermaid source
examples/topologies/tb_passthrough_continuation.mmd
%%metro title: TB Passthrough Continuation
%%metro style: dark
%%metro line: r | R | #0570b0
%%metro line: g | G | #2db572
%%metro line: y | Y | #f5c542
%%metro grid: work | 0,0
graph LR
subgraph work [Work]
%%metro direction: TB
starN[StarN]
hisatN[HisatN]
leftchild[LeftChild]
merge[Merge]
tail[Tail]
starN -->|r| leftchild
starN -->|g| merge
hisatN -->|y| merge
merge -->|g| tail
end
CLI command
Terminal window
nf-metro render examples/topologies/tb_passthrough_continuation.mmd -o tb_passthrough_continuation.svg
Rendered map
TB Passthrough Continuation 1 StarN HisatN LeftChild Merge Tail R G Y created with nf-metro v1.1.0+dev