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>[572, 622, 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
|
|
|
3["Segment<br>[630, 672, 0]"]
|
|
|
|
4["Segment<br>[680, 722, 0]"]
|
|
|
|
5["Segment<br>[730, 772, 0]"]
|
|
|
|
6["Segment<br>[780, 821, 0]"]
|
|
|
|
7["Segment<br>[829, 875, 0]"]
|
|
|
|
8["Segment<br>[883, 890, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
9[Solid2d]
|
|
|
|
end
|
|
|
|
subgraph path10 [Path]
|
2025-04-26 15:31:51 -05:00
|
|
|
10["Path<br>[916, 976, 0]"]
|
|
|
|
11["Segment<br>[916, 976, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
12[Solid2d]
|
|
|
|
end
|
2025-04-04 11:03:13 -07:00
|
|
|
1["Plane<br>[546, 564, 0]"]
|
2025-04-26 15:31:51 -05:00
|
|
|
13["Sweep Extrusion<br>[985, 1006, 0]"]
|
2025-03-06 18:01:24 -05:00
|
|
|
14[Wall]
|
|
|
|
15[Wall]
|
|
|
|
16[Wall]
|
|
|
|
17[Wall]
|
|
|
|
18[Wall]
|
|
|
|
19[Wall]
|
|
|
|
20["Cap Start"]
|
|
|
|
21["Cap End"]
|
|
|
|
22["SweepEdge Opposite"]
|
2025-04-26 21:21:26 -07:00
|
|
|
23["SweepEdge Adjacent"]
|
2025-03-06 18:01:24 -05:00
|
|
|
24["SweepEdge Opposite"]
|
2025-04-26 21:21:26 -07:00
|
|
|
25["SweepEdge Adjacent"]
|
2025-03-06 18:01:24 -05:00
|
|
|
26["SweepEdge Opposite"]
|
2025-04-26 21:21:26 -07:00
|
|
|
27["SweepEdge Adjacent"]
|
|
|
|
28["SweepEdge Opposite"]
|
|
|
|
29["SweepEdge Adjacent"]
|
|
|
|
30["SweepEdge Opposite"]
|
|
|
|
31["SweepEdge Adjacent"]
|
|
|
|
32["SweepEdge Opposite"]
|
|
|
|
33["SweepEdge Adjacent"]
|
2025-03-06 18:01:24 -05:00
|
|
|
1 --- 2
|
|
|
|
1 --- 10
|
|
|
|
2 --- 3
|
|
|
|
2 --- 4
|
|
|
|
2 --- 5
|
|
|
|
2 --- 6
|
|
|
|
2 --- 7
|
|
|
|
2 --- 8
|
|
|
|
2 ---- 13
|
|
|
|
2 --- 9
|
|
|
|
3 --- 19
|
2025-04-26 21:21:26 -07:00
|
|
|
3 --- 32
|
|
|
|
3 --- 33
|
2025-04-26 14:00:28 +10:00
|
|
|
3 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
4 --- 18
|
2025-04-26 21:21:26 -07:00
|
|
|
4 --- 30
|
|
|
|
4 --- 31
|
2025-04-26 14:00:28 +10:00
|
|
|
4 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
5 --- 17
|
2025-04-26 21:21:26 -07:00
|
|
|
5 --- 28
|
|
|
|
5 --- 29
|
2025-04-26 14:00:28 +10:00
|
|
|
5 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
6 --- 16
|
2025-04-26 21:21:26 -07:00
|
|
|
6 --- 26
|
|
|
|
6 --- 27
|
2025-04-26 14:00:28 +10:00
|
|
|
6 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
7 --- 15
|
2025-04-26 21:21:26 -07:00
|
|
|
7 --- 24
|
|
|
|
7 --- 25
|
2025-04-26 14:00:28 +10:00
|
|
|
7 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
8 --- 14
|
2025-04-26 21:21:26 -07:00
|
|
|
8 --- 22
|
|
|
|
8 --- 23
|
2025-04-26 14:00:28 +10:00
|
|
|
8 x--> 20
|
2025-03-06 18:01:24 -05:00
|
|
|
10 --- 11
|
|
|
|
10 --- 12
|
|
|
|
13 --- 14
|
|
|
|
13 --- 15
|
|
|
|
13 --- 16
|
|
|
|
13 --- 17
|
|
|
|
13 --- 18
|
|
|
|
13 --- 19
|
|
|
|
13 --- 20
|
|
|
|
13 --- 21
|
|
|
|
13 --- 22
|
|
|
|
13 --- 23
|
|
|
|
13 --- 24
|
|
|
|
13 --- 25
|
|
|
|
13 --- 26
|
2025-04-26 21:21:26 -07:00
|
|
|
13 --- 27
|
|
|
|
13 --- 28
|
|
|
|
13 --- 29
|
|
|
|
13 --- 30
|
|
|
|
13 --- 31
|
|
|
|
13 --- 32
|
|
|
|
13 --- 33
|
|
|
|
22 <--x 14
|
2025-04-26 14:00:28 +10:00
|
|
|
22 <--x 21
|
2025-04-26 21:21:26 -07:00
|
|
|
23 <--x 14
|
|
|
|
23 <--x 19
|
|
|
|
24 <--x 15
|
2025-04-26 14:00:28 +10:00
|
|
|
24 <--x 21
|
2025-04-26 21:21:26 -07:00
|
|
|
25 <--x 14
|
|
|
|
25 <--x 15
|
|
|
|
26 <--x 16
|
2025-04-26 14:00:28 +10:00
|
|
|
26 <--x 21
|
2025-04-26 21:21:26 -07:00
|
|
|
27 <--x 15
|
|
|
|
27 <--x 16
|
|
|
|
28 <--x 17
|
|
|
|
28 <--x 21
|
|
|
|
29 <--x 16
|
|
|
|
29 <--x 17
|
|
|
|
30 <--x 18
|
|
|
|
30 <--x 21
|
|
|
|
31 <--x 17
|
|
|
|
31 <--x 18
|
|
|
|
32 <--x 19
|
|
|
|
32 <--x 21
|
|
|
|
33 <--x 18
|
|
|
|
33 <--x 19
|
2025-03-06 18:01:24 -05:00
|
|
|
```
|