Add START and END constants to std (#6270)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-14 20:37:45 +12:00
committed by GitHub
parent 8f487a441b
commit 7d7b153085
130 changed files with 2741 additions and 2292 deletions

View File

@ -6,18 +6,18 @@ flowchart LR
4[Solid2d]
end
subgraph path13 [Path]
13["Path<br>[971, 1052, 0]"]
14["Segment<br>[1058, 1109, 0]"]
15["Segment<br>[1115, 1166, 0]"]
16["Segment<br>[1172, 1223, 0]"]
17["Segment<br>[1229, 1279, 0]"]
18["Segment<br>[1285, 1335, 0]"]
19["Segment<br>[1341, 1348, 0]"]
13["Path<br>[969, 1050, 0]"]
14["Segment<br>[1056, 1107, 0]"]
15["Segment<br>[1113, 1164, 0]"]
16["Segment<br>[1170, 1221, 0]"]
17["Segment<br>[1227, 1277, 0]"]
18["Segment<br>[1283, 1333, 0]"]
19["Segment<br>[1339, 1346, 0]"]
20[Solid2d]
end
subgraph path41 [Path]
41["Path<br>[1442, 1511, 0]"]
42["Segment<br>[1442, 1511, 0]"]
41["Path<br>[1438, 1507, 0]"]
42["Segment<br>[1438, 1507, 0]"]
43[Solid2d]
end
1["Plane<br>[650, 667, 0]"]
@ -29,7 +29,7 @@ flowchart LR
10["SweepEdge Adjacent"]
11["EdgeCut Fillet<br>[788, 854, 0]"]
12["EdgeCut Fillet<br>[788, 854, 0]"]
21["Sweep Extrusion<br>[1354, 1394, 0]"]
21["Sweep Extrusion<br>[1352, 1392, 0]"]
22[Wall]
23[Wall]
24[Wall]
@ -49,14 +49,14 @@ flowchart LR
38["SweepEdge Adjacent"]
39["SweepEdge Opposite"]
40["SweepEdge Adjacent"]
44["Sweep Extrusion<br>[1517, 1545, 0]"]
44["Sweep Extrusion<br>[1513, 1541, 0]"]
45[Wall]
46["Cap End"]
47["SweepEdge Opposite"]
48["SweepEdge Adjacent"]
49["EdgeCut Fillet<br>[1551, 1610, 0]"]
50["StartSketchOnFace<br>[933, 965, 0]"]
51["StartSketchOnFace<br>[1406, 1436, 0]"]
49["EdgeCut Fillet<br>[1547, 1606, 0]"]
50["StartSketchOnFace<br>[933, 963, 0]"]
51["StartSketchOnFace<br>[1404, 1432, 0]"]
1 --- 2
2 --- 3
2 ---- 5