Files
modeling-app/rust/kcl-lib/tests/kcl_samples/bottle/artifact_graph_flowchart.snap.md
Kurt Hutten 8de648f0db getCommonEdge as default way of filleting (#6043)
* Common edge faces into artifact graph

* clean up

* kingdom of tags

* add tests

* hook up tags with edge treatments

* update unit tests

* update e2e

* clean up

* more fix up after main merge

* fmt

* revolve fix

* fix new circular dependency

* fix revolve

* remove numbers from circ deps, makes diffs bad

* sim test updates

* try and get tests working

* update

* Fix tsc error

---------

Co-authored-by: max-mrgrsk <156543465+max-mrgrsk@users.noreply.github.com>
Co-authored-by: max <margorskyi@gmail.com>
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
2025-04-26 04:00:28 +00:00

744 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[337, 378, 0]"]
    3["Segment<br>[384, 415, 0]"]
    4["Segment<br>[421, 516, 0]"]
    5["Segment<br>[522, 544, 0]"]
    6["Segment<br>[574, 581, 0]"]
    7[Solid2d]
  end
  subgraph path10 [Path]
    10["Path<br>[738, 788, 0]"]
    11["Segment<br>[738, 788, 0]"]
    12[Solid2d]
  end
  1["Plane<br>[314, 331, 0]"]
  8["Sweep Extrusion<br>[587, 629, 0]"]
  9["Plane<br>[738, 788, 0]"]
  13["Sweep Extrusion<br>[794, 821, 0]"]
  14[Wall]
  15["Cap End"]
  16["StartSketchOnFace<br>[695, 732, 0]"]
  1 --- 2
  2 --- 3
  2 --- 4
  2 --- 5
  2 --- 6
  2 ---- 8
  2 --- 7
  9 --- 10
  10 --- 11
  10 ---- 13
  10 --- 12
  11 --- 14
  11 <--x 9
  13 --- 14
  13 --- 15
  9 <--x 16