Files
modeling-app/rust/kcl-lib/tests/import_whole/artifact_graph_flowchart.snap.md
Nick Cameron 461a2c3ab2 Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-20 16:23:20 +13:00

420 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[62, 98, 3]"]
    3["Segment<br>[62, 98, 3]"]
    4[Solid2d]
  end
  1["Plane<br>[37, 56, 3]"]
  5["Sweep Extrusion<br>[104, 124, 3]"]
  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