```mermaid
flowchart LR
  subgraph path2 [Path]
    2["Path
[37, 65, 0]"]
    3["Segment
[71, 119, 0]"]
  end
  subgraph path5 [Path]
    5["Path
[157, 195, 0]"]
    6["Segment
[157, 195, 0]"]
    7[Solid2d]
  end
  1["Plane
[12, 31, 0]"]
  4["Plane
[132, 151, 0]"]
  8["Sweep RevolveAboutEdge
[201, 249, 0]"]
  9[Wall]
  10["Cap Start"]
  11["Cap End"]
  12["SweepEdge Opposite"]
  13["SweepEdge Adjacent"]
  1 --- 2
  2 --- 3
  4 --- 5
  5 --- 6
  5 ---- 8
  5 --- 7
  6 --- 9
  6 --- 12
  6 --- 13
  6 x--> 10
  8 --- 9
  8 --- 10
  8 --- 11
  8 --- 12
  8 --- 13
  12 <--x 9
  12 <--x 11
  13 <--x 9
```