John Smith
john@example.com
```mermaid
flowchart LR
subgraph path2 [Path]
2["Path<br>[55, 80, 0]"]
3["Segment<br>[88, 106, 0]"]
4["Segment<br>[114, 132, 0]"]
5["Segment<br>[140, 159, 0]"]
6["Segment<br>[167, 175, 0]"]
7[Solid2d]
end
1["Plane<br>[28, 47, 0]"]
8["Sweep Extrusion<br>[183, 202, 0]"]
9[Wall]
10[Wall]
11[Wall]
12[Wall]
13["Cap Start"]
14["Cap End"]
15["SweepEdge Opposite"]
16["SweepEdge Opposite"]
17["SweepEdge Opposite"]
18["SweepEdge Opposite"]
19["SweepEdge Adjacent"]
20["SweepEdge Adjacent"]
21["SweepEdge Adjacent"]
22["SweepEdge Adjacent"]
1 --- 2
2 --- 3
2 --- 4
2 --- 5
2 --- 6
2 --- 7
2 ---- 8
3 --- 12
3 x--> 13
3 --- 17
3 --- 20
4 --- 10
4 x--> 13
4 --- 18
4 --- 21
5 --- 9
5 x--> 13
5 --- 15
5 --- 22
6 --- 11
6 x--> 13
6 --- 16
6 --- 19
8 --- 9
8 --- 10
8 --- 11
8 --- 12
8 --- 13
8 --- 14
8 --- 15
8 --- 16
8 --- 17
8 --- 18
8 --- 19
8 --- 20
8 --- 21
8 --- 22
15 <--x 9
21 <--x 9
22 <--x 9
18 <--x 10
20 <--x 10
21 <--x 10
16 <--x 11
19 <--x 11
22 <--x 11
17 <--x 12
19 <--x 12
20 <--x 12
15 <--x 14
16 <--x 14
17 <--x 14
18 <--x 14
```