2025-02-10 14:24:00 -05:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
|
|
|
subgraph path2 [Path]
|
2025-04-30 17:13:11 +12:00
|
|
|
2["Path<br>[69, 94, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-04-30 17:13:11 +12:00
|
|
|
3["Segment<br>[100, 135, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
2025-02-10 14:24:00 -05:00
|
|
|
end
|
2025-04-30 17:13:11 +12:00
|
|
|
1["Plane<br>[46, 63, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
2025-04-30 17:13:11 +12:00
|
|
|
4["Helix<br>[149, 255, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 1 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-02-10 14:24:00 -05:00
|
|
|
1 --- 2
|
|
|
|
2 --- 3
|
|
|
|
3 <--x 4
|
|
|
|
```
|