Files
modeling-app/rust/kcl-lib/tests/helix_ccw/artifact_graph_flowchart.snap.md
Nick Cameron bae875382c Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 05:13:11 +00:00

463 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[33, 69, 0]"]
    3["Segment<br>[33, 69, 0]"]
    4[Solid2d]
  end
  1["Plane<br>[10, 27, 0]"]
  5["Sweep Extrusion<br>[75, 95, 0]"]
  6[Wall]
  7["Cap Start"]
  8["Cap End"]
  9["SweepEdge Opposite"]
  10["SweepEdge Adjacent"]
  1 --- 2
  2 --- 3
  2 --- 4
  2 ---- 5
  3 --- 6
  3 x--> 7
  3 --- 9
  3 --- 10
  5 --- 6
  5 --- 7
  5 --- 8
  5 --- 9
  5 --- 10
  9 <--x 6
  10 <--x 6
  9 <--x 8