Latest Results
Closes https://github.com/KittyCAD/modeling-app/issues/10012
Adds two new functions, `edgeId` and `faceId`, that take indices (0th, 1st, 2nd face/edge etc) and find the associated face/edge UUID.
```
chosenEdge = edgeId(mySolid, index = 0)
top = faceId(mySolid, index = 2)
```
These basically create tags, but instead of creating the tag when you create the geometry via a `line()` or `extrude()` call, you tag them afterwards, by their index. This will allow you to tag edges/faces that you couldn't before, like the results of weird CSG subtract/intersect calls, or imported geometry. Active Branches
#100480%
#100630%
#9828+4%
© 2026 CodSpeed Technology