* 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>
375 B
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