I do have a #freecad question: Is there a VarSet type like a drop down select box that allows to choose between multiple values?
for example:
hole_style:
- square
- round
- hex
I'd love to be able to use `(hole_style=="square" ? X : Y)` or similar in expressions


