Files
modeling-app/rust/kcl-lib/tests/revolve_about_edge/artifact_graph_flowchart.snap.md

30 lines
494 B
Markdown
Raw Normal View History

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