Files
modeling-app/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/artifact_graph_flowchart.snap.md
Nick Cameron aad583be2e Move axes to std constants; move helix, revolve, and mirror2d to be declared in KCL (#6105)
Move axes to std constants; move helix, revolve, and mirror2d to be declated in KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-03 09:44:52 +00:00

571 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[427, 498, 0]"]
    3["Segment<br>[427, 498, 0]"]
    4[Solid2d]
  end
  subgraph path5 [Path]
    5["Path<br>[558, 629, 0]"]
    6["Segment<br>[558, 629, 0]"]
    7[Solid2d]
  end
  1["Plane<br>[350, 367, 0]"]
  8["Sweep Revolve<br>[776, 825, 0]"]
  9[Wall]
  10["Cap Start"]
  11["Cap End"]
  12["SweepEdge Opposite"]
  13["SweepEdge Adjacent"]
  1 --- 2
  1 --- 5
  2 --- 3
  2 ---- 8
  2 --- 4
  3 --- 9
  3 --- 12
  3 --- 13
  5 --- 6
  5 --- 7
  8 --- 9
  8 --- 10
  8 --- 11
  8 --- 12
  8 --- 13