```mermaid
flowchart LR
subgraph path2 [Path]
2["Path
[43, 81, 2]"]
3["Segment
[43, 81, 2]"]
4[Solid2d]
end
1["Plane
[18, 35, 2]"]
5["Sweep Revolve
[89, 142, 2]"]
6[Wall]
%% face_code_ref=Missing NodePath
7["SweepEdge Adjacent"]
1 --- 2
2 --- 3
2 --- 4
2 ---- 5
5 <--x 3
3 --- 6
3 --- 7
5 --- 6
5 --- 7
6 --- 7
```