Skip to content

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
examples/topologies/orbit_perp_exit_turning_entry.mmd
%%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| r1
CLI command
Terminal window
nf-metro render examples/topologies/orbit_perp_exit_turning_entry.mmd -o orbit_perp_exit_turning_entry.svg
Rendered map
Orbit - Perp Exit, Turning Flow 1 2 Load Collect Trim Summarise Map Reads created with nf-metro v2.0.0+dev