2025-05-16 23:02:30 +01:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
|
|
|
subgraph path2 [Path]
|
|
|
|
2["Path<br>[29, 54, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
|
|
|
3["Segment<br>[60, 77, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
|
|
|
4["Segment<br>[83, 100, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 3 }]
|
|
|
|
5["Segment<br>[106, 124, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 4 }]
|
|
|
|
6["Segment<br>[130, 137, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 5 }]
|
|
|
|
7[Solid2d]
|
|
|
|
end
|
|
|
|
1["Plane<br>[6, 23, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
|
|
|
8["Sweep Revolve<br>[143, 160, 0]"]
|
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 6 }]
|
|
|
|
9[Wall]
|
|
|
|
%% face_code_ref=Missing NodePath
|
|
|
|
10[Wall]
|
|
|
|
%% face_code_ref=Missing NodePath
|
|
|
|
11[Wall]
|
|
|
|
%% face_code_ref=Missing NodePath
|
|
|
|
12["SweepEdge Adjacent"]
|
|
|
|
13["SweepEdge Adjacent"]
|
|
|
|
1 --- 2
|
|
|
|
2 --- 3
|
|
|
|
2 --- 4
|
|
|
|
2 --- 5
|
|
|
|
2 --- 6
|
|
|
|
2 --- 7
|
|
|
|
2 ---- 8
|
|
|
|
8 <--x 4
|
2025-06-16 13:55:24 -04:00
|
|
|
4 --- 9
|
2025-05-16 23:02:30 +01:00
|
|
|
4 --- 12
|
|
|
|
8 <--x 5
|
2025-06-16 13:55:24 -04:00
|
|
|
5 --- 10
|
2025-05-16 23:02:30 +01:00
|
|
|
5 --- 13
|
|
|
|
8 <--x 6
|
|
|
|
6 --- 11
|
|
|
|
8 --- 9
|
|
|
|
8 --- 10
|
|
|
|
8 --- 11
|
|
|
|
8 --- 12
|
|
|
|
8 --- 13
|
2025-06-16 13:55:24 -04:00
|
|
|
9 --- 12
|
|
|
|
12 <--x 10
|
|
|
|
10 --- 13
|
2025-05-16 23:02:30 +01:00
|
|
|
13 <--x 11
|
|
|
|
```
|