* parallelize the artifact only time suck Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> make wasm safe Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * artifact graph things Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
113 lines
1.7 KiB
Markdown
113 lines
1.7 KiB
Markdown
```mermaid
|
|
flowchart LR
|
|
subgraph path2 [Path]
|
|
2["Path<br>[253, 278, 0]"]
|
|
3["Segment<br>[284, 305, 0]"]
|
|
4["Segment<br>[311, 332, 0]"]
|
|
5["Segment<br>[338, 365, 0]"]
|
|
6["Segment<br>[371, 405, 0]"]
|
|
7["Segment<br>[411, 445, 0]"]
|
|
8["Segment<br>[451, 459, 0]"]
|
|
9[Solid2d]
|
|
end
|
|
1["Plane<br>[228, 247, 0]"]
|
|
10["Sweep Extrusion<br>[465, 488, 0]"]
|
|
11[Wall]
|
|
12[Wall]
|
|
13[Wall]
|
|
14[Wall]
|
|
15[Wall]
|
|
16[Wall]
|
|
17["Cap Start"]
|
|
18["Cap End"]
|
|
19["SweepEdge Opposite"]
|
|
20["SweepEdge Adjacent"]
|
|
21["SweepEdge Opposite"]
|
|
22["SweepEdge Adjacent"]
|
|
23["SweepEdge Opposite"]
|
|
24["SweepEdge Adjacent"]
|
|
25["SweepEdge Opposite"]
|
|
26["SweepEdge Adjacent"]
|
|
27["SweepEdge Opposite"]
|
|
28["SweepEdge Adjacent"]
|
|
29["SweepEdge Opposite"]
|
|
30["SweepEdge Adjacent"]
|
|
1 --- 2
|
|
2 --- 3
|
|
2 --- 4
|
|
2 --- 5
|
|
2 --- 6
|
|
2 --- 7
|
|
2 --- 8
|
|
2 ---- 10
|
|
2 --- 9
|
|
3 --- 16
|
|
3 --- 29
|
|
3 --- 30
|
|
3 x--> 17
|
|
4 --- 15
|
|
4 --- 27
|
|
4 --- 28
|
|
4 x--> 17
|
|
5 --- 14
|
|
5 --- 25
|
|
5 --- 26
|
|
5 x--> 17
|
|
6 --- 13
|
|
6 --- 23
|
|
6 --- 24
|
|
6 x--> 17
|
|
7 --- 12
|
|
7 --- 21
|
|
7 --- 22
|
|
7 x--> 17
|
|
8 --- 11
|
|
8 --- 19
|
|
8 --- 20
|
|
8 x--> 17
|
|
10 --- 11
|
|
10 --- 12
|
|
10 --- 13
|
|
10 --- 14
|
|
10 --- 15
|
|
10 --- 16
|
|
10 --- 17
|
|
10 --- 18
|
|
10 --- 19
|
|
10 --- 20
|
|
10 --- 21
|
|
10 --- 22
|
|
10 --- 23
|
|
10 --- 24
|
|
10 --- 25
|
|
10 --- 26
|
|
10 --- 27
|
|
10 --- 28
|
|
10 --- 29
|
|
10 --- 30
|
|
19 <--x 11
|
|
19 <--x 18
|
|
20 <--x 11
|
|
20 <--x 16
|
|
21 <--x 12
|
|
21 <--x 18
|
|
22 <--x 11
|
|
22 <--x 12
|
|
23 <--x 13
|
|
23 <--x 18
|
|
24 <--x 12
|
|
24 <--x 13
|
|
25 <--x 14
|
|
25 <--x 18
|
|
26 <--x 13
|
|
26 <--x 14
|
|
27 <--x 15
|
|
27 <--x 18
|
|
28 <--x 14
|
|
28 <--x 15
|
|
29 <--x 16
|
|
29 <--x 18
|
|
30 <--x 15
|
|
30 <--x 16
|
|
```
|