Files
modeling-app/rust/kcl-lib/tests/kcl_samples/pipe-with-bend/artifact_graph_flowchart.snap.md
Josh Gomez c8ec35cd4a Clean KCL Samples and Update Walkie Talkie (#5904)
* Clean KCL Samples and Update Walkie Talkie

* revolve keyword args

* Update kcl-samples simulation test output

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 09:22:17 -07:00

571 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[430, 501, 0]"]
    3["Segment<br>[430, 501, 0]"]
    4[Solid2d]
  end
  subgraph path5 [Path]
    5["Path<br>[561, 632, 0]"]
    6["Segment<br>[561, 632, 0]"]
    7[Solid2d]
  end
  1["Plane<br>[351, 370, 0]"]
  8["Sweep Revolve<br>[779, 830, 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