Files
modeling-app/rust/kcl-lib/tests/import_whole/artifact_graph_flowchart.snap.md
Nick Cameron b7385d5f25 Turn on units of measure (BREAKING CHANGE) (#6343)
* Turn on uom checks

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Convert all lengths to mm for engine calls

Signed-off-by: Nick Cameron <nrc@ncameron.org>

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-22 22:58:35 +00:00

422 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[82, 118, 6]"]
    3["Segment<br>[82, 118, 6]"]
    4[Solid2d]
  end
  1["Plane<br>[59, 76, 6]"]
  5["Sweep Extrusion<br>[124, 144, 6]"]
  6[Wall]
  7["Cap Start"]
  8["Cap End"]
  9["SweepEdge Opposite"]
  10["SweepEdge Adjacent"]
  1 --- 2
  2 --- 3
  2 ---- 5
  2 --- 4
  3 --- 6
  3 --- 9
  3 --- 10
  5 --- 6
  5 --- 7
  5 --- 8
  5 --- 9
  5 --- 10