2025-02-25 23:04:10 -05:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
2025-06-16 13:55:24 -04:00
|
|
|
subgraph path2 [Path]
|
|
|
|
2["Path<br>[35, 63, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-06-16 13:55:24 -04:00
|
|
|
3["Segment<br>[69, 117, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
2025-02-25 23:04:10 -05:00
|
|
|
end
|
2025-06-16 13:55:24 -04:00
|
|
|
subgraph path5 [Path]
|
|
|
|
5["Path<br>[153, 191, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 1 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-04-30 17:13:11 +12:00
|
|
|
6["Segment<br>[153, 191, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 1 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-02-25 23:04:10 -05:00
|
|
|
7[Solid2d]
|
|
|
|
end
|
2025-04-30 17:13:11 +12:00
|
|
|
1["Plane<br>[12, 29, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
2025-06-16 13:55:24 -04:00
|
|
|
4["Plane<br>[130, 147, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 1 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
2025-04-30 17:13:11 +12:00
|
|
|
8["Sweep RevolveAboutEdge<br>[197, 245, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 1 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
2025-02-25 23:04:10 -05:00
|
|
|
9[Wall]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-02-25 23:04:10 -05:00
|
|
|
10["Cap Start"]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-02-25 23:04:10 -05:00
|
|
|
11["Cap End"]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-04-26 21:21:26 -07:00
|
|
|
12["SweepEdge Opposite"]
|
|
|
|
13["SweepEdge Adjacent"]
|
2025-06-16 13:55:24 -04:00
|
|
|
1 --- 2
|
|
|
|
2 --- 3
|
|
|
|
4 --- 5
|
|
|
|
5 --- 6
|
|
|
|
5 --- 7
|
|
|
|
5 ---- 8
|
2025-02-25 23:04:10 -05:00
|
|
|
6 --- 9
|
2025-05-19 14:51:44 -07:00
|
|
|
6 x--> 10
|
2025-04-26 21:21:26 -07:00
|
|
|
6 --- 12
|
|
|
|
6 --- 13
|
2025-02-25 23:04:10 -05:00
|
|
|
8 --- 9
|
|
|
|
8 --- 10
|
|
|
|
8 --- 11
|
2025-04-26 21:21:26 -07:00
|
|
|
8 --- 12
|
|
|
|
8 --- 13
|
2025-05-13 21:07:24 -07:00
|
|
|
9 --- 12
|
|
|
|
9 --- 13
|
2025-05-19 14:51:44 -07:00
|
|
|
12 <--x 11
|
2025-02-25 23:04:10 -05:00
|
|
|
```
|