2025-05-13 21:07:24 -07:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
|
|
|
subgraph path2 [Path]
|
|
|
|
2["Path<br>[35, 70, 0]"]
|
2025-05-15 13:37:12 -07:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-05-13 21:07:24 -07:00
|
|
|
3["Segment<br>[35, 70, 0]"]
|
2025-05-15 13:37:12 -07:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
2025-05-13 21:07:24 -07:00
|
|
|
4[Solid2d]
|
|
|
|
end
|
|
|
|
1["Plane<br>[12, 29, 0]"]
|
2025-05-15 13:37:12 -07:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
2025-05-13 21:07:24 -07:00
|
|
|
5["Sweep Revolve<br>[76, 120, 0]"]
|
2025-05-15 13:37:12 -07:00
|
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
2025-05-13 21:07:24 -07:00
|
|
|
6[Wall]
|
2025-05-15 20:14:31 -04:00
|
|
|
%% face_code_ref=Missing NodePath
|
2025-05-13 21:07:24 -07:00
|
|
|
7["SweepEdge Adjacent"]
|
|
|
|
1 --- 2
|
|
|
|
2 --- 3
|
|
|
|
2 --- 4
|
|
|
|
2 ---- 5
|
|
|
|
5 <--x 3
|
|
|
|
3 --- 6
|
|
|
|
3 --- 7
|
|
|
|
5 --- 6
|
|
|
|
5 --- 7
|
|
|
|
6 --- 7
|
|
|
|
```
|