2025-03-06 18:01:24 -05:00
|
|
|
```mermaid
|
|
|
|
flowchart LR
|
|
|
|
subgraph path2 [Path]
|
2025-04-04 11:03:13 -07:00
|
|
|
2["Path<br>[799, 824, 0]"]
|
|
|
|
3["Segment<br>[832, 854, 0]"]
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
4["Segment<br>[862, 906, 0]"]
|
|
|
|
5["Segment<br>[914, 941, 0]"]
|
|
|
|
6["Segment<br>[949, 993, 0]"]
|
|
|
|
7["Segment<br>[1001, 1008, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
8[Solid2d]
|
|
|
|
end
|
2025-04-26 21:21:26 -07:00
|
|
|
subgraph path28 [Path]
|
|
|
|
28["Path<br>[799, 824, 0]"]
|
|
|
|
29["Segment<br>[832, 854, 0]"]
|
|
|
|
30["Segment<br>[862, 906, 0]"]
|
|
|
|
31["Segment<br>[914, 941, 0]"]
|
|
|
|
32["Segment<br>[949, 993, 0]"]
|
|
|
|
33["Segment<br>[1001, 1008, 0]"]
|
|
|
|
34[Solid2d]
|
2025-03-06 18:01:24 -05:00
|
|
|
end
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
1["Plane<br>[1094, 1132, 0]"]
|
|
|
|
9["Sweep Extrusion<br>[1081, 1175, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
10[Wall]
|
|
|
|
11[Wall]
|
|
|
|
12[Wall]
|
|
|
|
13[Wall]
|
|
|
|
14[Wall]
|
|
|
|
15["Cap Start"]
|
|
|
|
16["Cap End"]
|
|
|
|
17["SweepEdge Opposite"]
|
2025-04-26 21:21:26 -07:00
|
|
|
18["SweepEdge Adjacent"]
|
2025-03-06 18:01:24 -05:00
|
|
|
19["SweepEdge Opposite"]
|
2025-04-26 21:21:26 -07:00
|
|
|
20["SweepEdge Adjacent"]
|
|
|
|
21["SweepEdge Opposite"]
|
|
|
|
22["SweepEdge Adjacent"]
|
|
|
|
23["SweepEdge Opposite"]
|
|
|
|
24["SweepEdge Adjacent"]
|
|
|
|
25["SweepEdge Opposite"]
|
|
|
|
26["SweepEdge Adjacent"]
|
|
|
|
27["Plane<br>[1588, 1626, 0]"]
|
|
|
|
35["Sweep Revolve<br>[1575, 1657, 0]"]
|
|
|
|
36[Wall]
|
|
|
|
37[Wall]
|
|
|
|
38[Wall]
|
|
|
|
39[Wall]
|
|
|
|
40[Wall]
|
|
|
|
41["Cap Start"]
|
|
|
|
42["Cap End"]
|
|
|
|
43["SweepEdge Opposite"]
|
|
|
|
44["SweepEdge Adjacent"]
|
|
|
|
45["SweepEdge Opposite"]
|
|
|
|
46["SweepEdge Adjacent"]
|
|
|
|
47["SweepEdge Opposite"]
|
|
|
|
48["SweepEdge Adjacent"]
|
|
|
|
49["SweepEdge Opposite"]
|
|
|
|
50["SweepEdge Adjacent"]
|
|
|
|
51["SweepEdge Opposite"]
|
|
|
|
52["SweepEdge Adjacent"]
|
|
|
|
53["StartSketchOnPlane<br>[771, 791, 0]"]
|
|
|
|
54["StartSketchOnPlane<br>[771, 791, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
1 --- 2
|
|
|
|
2 --- 3
|
|
|
|
2 --- 4
|
|
|
|
2 --- 5
|
|
|
|
2 --- 6
|
|
|
|
2 --- 7
|
|
|
|
2 ---- 9
|
|
|
|
2 --- 8
|
|
|
|
3 --- 14
|
2025-04-26 21:21:26 -07:00
|
|
|
3 --- 25
|
|
|
|
3 --- 26
|
2025-04-26 14:00:28 +10:00
|
|
|
3 x--> 15
|
2025-03-06 18:01:24 -05:00
|
|
|
4 --- 13
|
2025-04-26 21:21:26 -07:00
|
|
|
4 --- 23
|
|
|
|
4 --- 24
|
2025-04-26 14:00:28 +10:00
|
|
|
4 x--> 15
|
2025-03-06 18:01:24 -05:00
|
|
|
5 --- 12
|
2025-04-26 21:21:26 -07:00
|
|
|
5 --- 21
|
|
|
|
5 --- 22
|
2025-04-26 14:00:28 +10:00
|
|
|
5 x--> 15
|
2025-03-06 18:01:24 -05:00
|
|
|
6 --- 11
|
2025-04-26 21:21:26 -07:00
|
|
|
6 --- 19
|
|
|
|
6 --- 20
|
2025-04-26 14:00:28 +10:00
|
|
|
6 x--> 15
|
2025-03-06 18:01:24 -05:00
|
|
|
7 --- 10
|
2025-04-26 21:21:26 -07:00
|
|
|
7 --- 17
|
|
|
|
7 --- 18
|
2025-04-26 14:00:28 +10:00
|
|
|
7 x--> 15
|
2025-03-06 18:01:24 -05:00
|
|
|
9 --- 10
|
|
|
|
9 --- 11
|
|
|
|
9 --- 12
|
|
|
|
9 --- 13
|
|
|
|
9 --- 14
|
|
|
|
9 --- 15
|
|
|
|
9 --- 16
|
|
|
|
9 --- 17
|
|
|
|
9 --- 18
|
|
|
|
9 --- 19
|
|
|
|
9 --- 20
|
2025-04-26 21:21:26 -07:00
|
|
|
9 --- 21
|
|
|
|
9 --- 22
|
|
|
|
9 --- 23
|
|
|
|
9 --- 24
|
|
|
|
9 --- 25
|
|
|
|
9 --- 26
|
|
|
|
17 <--x 10
|
2025-04-26 14:00:28 +10:00
|
|
|
17 <--x 16
|
2025-04-26 21:21:26 -07:00
|
|
|
18 <--x 10
|
|
|
|
18 <--x 14
|
|
|
|
19 <--x 11
|
2025-04-26 14:00:28 +10:00
|
|
|
19 <--x 16
|
2025-04-26 21:21:26 -07:00
|
|
|
20 <--x 10
|
|
|
|
20 <--x 11
|
|
|
|
21 <--x 12
|
|
|
|
21 <--x 16
|
|
|
|
22 <--x 11
|
|
|
|
22 <--x 12
|
|
|
|
23 <--x 13
|
|
|
|
23 <--x 16
|
|
|
|
24 <--x 12
|
|
|
|
24 <--x 13
|
|
|
|
25 <--x 14
|
|
|
|
25 <--x 16
|
|
|
|
26 <--x 13
|
|
|
|
26 <--x 14
|
|
|
|
27 --- 28
|
|
|
|
28 --- 29
|
|
|
|
28 --- 30
|
|
|
|
28 --- 31
|
|
|
|
28 --- 32
|
|
|
|
28 --- 33
|
|
|
|
28 ---- 35
|
|
|
|
28 --- 34
|
2025-03-06 18:01:24 -05:00
|
|
|
29 --- 36
|
2025-04-26 21:21:26 -07:00
|
|
|
29 --- 43
|
|
|
|
29 --- 44
|
|
|
|
29 x--> 41
|
|
|
|
30 --- 37
|
|
|
|
30 --- 45
|
|
|
|
30 --- 46
|
|
|
|
30 x--> 41
|
|
|
|
31 --- 38
|
|
|
|
31 --- 47
|
|
|
|
31 --- 48
|
|
|
|
31 x--> 41
|
|
|
|
32 --- 39
|
|
|
|
32 --- 49
|
|
|
|
32 --- 50
|
|
|
|
32 x--> 41
|
|
|
|
33 --- 40
|
|
|
|
33 --- 51
|
|
|
|
33 --- 52
|
|
|
|
33 x--> 41
|
|
|
|
35 --- 36
|
|
|
|
35 --- 37
|
|
|
|
35 --- 38
|
|
|
|
35 --- 39
|
|
|
|
35 --- 40
|
|
|
|
35 --- 41
|
|
|
|
35 --- 42
|
|
|
|
35 --- 43
|
|
|
|
35 --- 44
|
|
|
|
35 --- 45
|
|
|
|
35 --- 46
|
|
|
|
35 --- 47
|
|
|
|
35 --- 48
|
|
|
|
35 --- 49
|
|
|
|
35 --- 50
|
|
|
|
35 --- 51
|
|
|
|
35 --- 52
|
|
|
|
43 <--x 36
|
|
|
|
43 <--x 42
|
|
|
|
44 <--x 36
|
|
|
|
44 <--x 37
|
|
|
|
45 <--x 37
|
|
|
|
45 <--x 42
|
|
|
|
46 <--x 37
|
|
|
|
46 <--x 38
|
|
|
|
47 <--x 38
|
|
|
|
47 <--x 42
|
|
|
|
48 <--x 38
|
|
|
|
48 <--x 39
|
|
|
|
49 <--x 39
|
|
|
|
49 <--x 42
|
|
|
|
50 <--x 39
|
|
|
|
50 <--x 40
|
|
|
|
51 <--x 40
|
|
|
|
51 <--x 42
|
|
|
|
52 <--x 40
|
|
|
|
52 <--x 36
|
|
|
|
1 <--x 53
|
|
|
|
27 <--x 54
|
2025-03-06 18:01:24 -05:00
|
|
|
```
|