Skip to content

Stacked Split Right Entry Drop

The RIGHT-facing mirror of the stacked split drop: an LR source folds into the RIGHT entry of the direction: RL section below it and fans out to two branches. The half-turn mirrors the bundle, so the consumer's branch tracks mirror with it and each line reaches its station without crossing its bundle-mate (issue #1767).

Mermaid source
examples/topologies/stacked_split_right_entry_drop.mmd
%%metro title: Stacked Split Right Drop
%%metro style: dark
%%metro line: a | A | #e63946
%%metro line: b | B | #457b9d
%%metro grid: source | 0,0
%%metro grid: target | 0,1
graph LR
subgraph source [Source]
%%metro exit: right | a, b
start[Start]
split[Split]
start -->|a,b| split
end
subgraph target [Target]
%%metro direction: RL
%%metro entry: right | a
%%metro entry: right | b
final_a[Final A]
final_b[Final B]
done[Done]
final_a -->|a| done
final_b -->|b| done
end
split -->|a| final_a
split -->|b| final_b
CLI command
Terminal window
nf-metro render examples/topologies/stacked_split_right_entry_drop.mmd -o stacked_split_right_entry_drop.svg
Rendered map
Stacked Split Right Drop 1 2 Start Final B Final A Split Done A B created with nf-metro v2.0.0+dev