Files
modeling-app/rust/kcl-lib/tests/kcl_samples/mounting-plate/artifact_graph_flowchart.snap.md
Adam Chalmers 6e115c19d5 KCL: Migrate hole to kwargs (#6382)
Previously:

`|> hole(circle(radius = 2, center = p), %)`

Now:

`|> subtract2d(tool = circle(radius = 2, center = p))`
2025-04-26 15:31:51 -05:00

1.7 KiB

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[566, 621, 0]"]
    3["Segment<br>[629, 697, 0]"]
    4["Segment<br>[705, 771, 0]"]
    5["Segment<br>[779, 847, 0]"]
    6["Segment<br>[855, 874, 0]"]
    7[Solid2d]
  end
  subgraph path8 [Path]
    8["Path<br>[1118, 1263, 0]"]
    9["Segment<br>[1118, 1263, 0]"]
    10[Solid2d]
  end
  subgraph path11 [Path]
    11["Path<br>[1288, 1432, 0]"]
    12["Segment<br>[1288, 1432, 0]"]
    13[Solid2d]
  end
  subgraph path14 [Path]
    14["Path<br>[1457, 1603, 0]"]
    15["Segment<br>[1457, 1603, 0]"]
    16[Solid2d]
  end
  subgraph path17 [Path]
    17["Path<br>[1628, 1773, 0]"]
    18["Segment<br>[1628, 1773, 0]"]
    19[Solid2d]
  end
  subgraph path20 [Path]
    20["Path<br>[1798, 1850, 0]"]
    21["Segment<br>[1798, 1850, 0]"]
    22[Solid2d]
  end
  1["Plane<br>[541, 558, 0]"]
  23["Sweep Extrusion<br>[1857, 1889, 0]"]
  24[Wall]
  25[Wall]
  26[Wall]
  27[Wall]
  28["Cap Start"]
  29["Cap End"]
  30["SweepEdge Opposite"]
  31["SweepEdge Opposite"]
  32["SweepEdge Opposite"]
  33["EdgeCut Fillet<br>[1895, 2160, 0]"]
  34["EdgeCut Fillet<br>[1895, 2160, 0]"]
  35["EdgeCut Fillet<br>[1895, 2160, 0]"]
  36["EdgeCut Fillet<br>[1895, 2160, 0]"]
  1 --- 2
  1 --- 8
  1 --- 11
  1 --- 14
  1 --- 17
  1 --- 20
  2 --- 3
  2 --- 4
  2 --- 5
  2 --- 6
  2 ---- 23
  2 --- 7
  3 --- 24
  3 x--> 28
  4 --- 25
  4 --- 30
  4 x--> 28
  5 --- 26
  5 --- 31
  5 x--> 28
  6 --- 27
  6 --- 32
  6 x--> 28
  8 --- 9
  8 --- 10
  11 --- 12
  11 --- 13
  14 --- 15
  14 --- 16
  17 --- 18
  17 --- 19
  20 --- 21
  20 --- 22
  23 --- 24
  23 --- 25
  23 --- 26
  23 --- 27
  23 --- 28
  23 --- 29
  23 --- 30
  23 --- 31
  23 --- 32
  30 <--x 25
  30 <--x 29
  31 <--x 26
  31 <--x 29
  32 <--x 27
  32 <--x 29