Files
modeling-app/rust/kcl-lib/tests/import_whole/artifact_graph_flowchart.snap.md
Nick Cameron db5ce7ba85 Move turns to a submodule of std (#6039)
* Move turns to a submodule of std

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

* Cache module infos as well as memory; fix a bug with deprecated constants

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

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-30 11:10:44 +13:00

422 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[83, 119, 5]"]
    3["Segment<br>[83, 119, 5]"]
    4[Solid2d]
  end
  1["Plane<br>[60, 77, 5]"]
  5["Sweep Extrusion<br>[125, 145, 5]"]
  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