2025-03-06 18:01:24 -05:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
|
|
|
subgraph path2 [Path]
|
2025-05-06 08:44:03 +12:00
|
|
|
2["Path<br>[444, 515, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 5 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-06-16 13:55:24 -04:00
|
|
|
3["Segment<br>[444, 515, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 5 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-06-16 13:55:24 -04:00
|
|
|
4[Solid2d]
|
2025-03-06 18:01:24 -05:00
|
|
|
end
|
2025-06-16 13:55:24 -04:00
|
|
|
subgraph path5 [Path]
|
|
|
|
5["Path<br>[575, 646, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 6 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-06-16 13:55:24 -04:00
|
|
|
6["Segment<br>[575, 646, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 6 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-03-06 18:01:24 -05:00
|
|
|
7[Solid2d]
|
|
|
|
end
|
2025-05-06 08:44:03 +12:00
|
|
|
1["Plane<br>[367, 384, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 4 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-05-06 08:44:03 +12:00
|
|
|
8["Sweep Revolve<br>[803, 852, 0]"]
|
2025-05-14 01:31:58 -04:00
|
|
|
%% [ProgramBodyItem { index: 8 }, VariableDeclarationDeclaration, VariableDeclarationInit]
|
2025-03-06 18:01:24 -05:00
|
|
|
9[Wall]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-03-06 18:01:24 -05:00
|
|
|
10["Cap Start"]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-03-06 18:01:24 -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-03-06 18:01:24 -05:00
|
|
|
1 --- 2
|
2025-06-16 13:55:24 -04:00
|
|
|
1 --- 5
|
|
|
|
2 --- 3
|
2025-03-06 18:01:24 -05:00
|
|
|
2 --- 4
|
2025-04-29 06:38:52 -07:00
|
|
|
2 ---- 8
|
2025-06-16 13:55:24 -04:00
|
|
|
3 --- 9
|
|
|
|
3 x--> 10
|
|
|
|
3 --- 12
|
|
|
|
3 --- 13
|
|
|
|
5 --- 6
|
|
|
|
5 --- 7
|
2025-03-06 18:01:24 -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-03-06 18:01:24 -05:00
|
|
|
```
|