Files
modeling-app/rust/kcl-lib/tests/nested_assembly/artifact_graph_flowchart.snap.md
Jonathan Tran 4212b95232 Add KCL importing relative to where you're importing from (#7125)
* add test

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* Add importing relative to where you're importing from

* Update output

* Remove runtime panics

* Change to debug_assert

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: Jess Frazelle <github@jessfraz.com>
2025-05-21 00:47:32 +00:00

375 B

flowchart LR
  subgraph path2 [Path]
    2["Path<br>[43, 81, 2]"]
    3["Segment<br>[43, 81, 2]"]
    4[Solid2d]
  end
  1["Plane<br>[18, 35, 2]"]
  5["Sweep Revolve<br>[89, 142, 2]"]
  6[Wall]
    %% face_code_ref=Missing NodePath
  7["SweepEdge Adjacent"]
  1 --- 2
  2 --- 3
  2 --- 4
  2 ---- 5
  5 <--x 3
  3 --- 6
  3 --- 7
  5 --- 6
  5 --- 7
  6 --- 7