Add CSG operations to the artifact graph (#6104)

* Add CSG operations to the artifact graph

* Add tool IDs for subtract

* Fix names to match modeling-cmds now that it's done

* Update output since adding CSG ops

* Update formatting

* Add extra solid ids to the graph

* Fix to not add duplicates to the graph
This commit is contained in:
Jonathan Tran
2025-04-11 01:16:29 -04:00
committed by GitHub
parent 6f2e6d14b6
commit 5832890dbb
8 changed files with 152 additions and 1 deletions

View File

@ -48,6 +48,7 @@ flowchart LR
42["SweepEdge Adjacent"]
43["SweepEdge Opposite"]
44["SweepEdge Adjacent"]
45["CompositeSolid Union<br>[448, 473, 0]"]
1 --- 2
2 --- 3
2 --- 4
@ -114,4 +115,6 @@ flowchart LR
30 --- 42
30 --- 43
30 --- 44
2 <--x 45
24 <--x 45
```