Orbit Perp Exit Turning Entry
A perpendicular exit crossing the gap into a section whose flow runs on the other axis, so the line turns through ninety degrees at the seam. Fully explicit for the orientation-equivalence oracle.
Mermaid source
%%metro title: Orbit - Perp Exit, Turning Flow%%metro style: dark%%metro line: reads | Reads | #1f77b4
%%metro grid: align | 0,0%%metro grid: report | 1,0
graph LR subgraph align [Alignment] %%metro direction: LR %%metro exit: top | reads g1[Load] g2[Trim] g3[Map] g1 -->|reads| g2 g2 -->|reads| g3 end
subgraph report [Report] %%metro direction: TB %%metro entry: top | reads r1[Collect] r2[Summarise] r1 -->|reads| r2 end
g3 -->|reads| r1CLI command
nf-metro render examples/topologies/orbit_perp_exit_turning_entry.mmd -o orbit_perp_exit_turning_entry.svg