```mermaid
flowchart LR
subgraph path2 [Path]
2["Path
[405, 441, 0]"]
3["Segment
[447, 474, 0]"]
4["Segment
[480, 510, 0]"]
5["Segment
[516, 552, 0]"]
6["Segment
[558, 580, 0]"]
end
1["Plane
[379, 399, 0]"]
7["Sweep Extrusion
[652, 680, 0]"]
1 --- 2
2 --- 3
2 --- 4
2 --- 5
2 --- 6
2 ---- 7
```