```mermaid
flowchart LR
subgraph path2 [Path]
2["Path
[35, 70, 0]"]
3["Segment
[35, 70, 0]"]
4[Solid2d]
end
1["Plane
[12, 29, 0]"]
5["Sweep Revolve
[76, 120, 0]"]
6[Wall]
7["SweepEdge Adjacent"]
1 --- 2
2 --- 3
2 --- 4
2 ---- 5
5 <--x 3
3 --- 6
3 --- 7
5 --- 6
5 --- 7
6 --- 7
```