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

@balu You can choose a PropertyEnumeration.
Clic the square at the right of the Value entry to enter the values.

@Chris_G Hm. Are you running a development version?

I can't seem to set that.

@balu I'm running the current development version (v1.2)

@Chris_G I just switched to 1.1.0rc2 and it is possible there. Thank you for the pointer.

I've also seen a lot of quality of life improvements already. So thanks to all the developers improving it with every release.

#Freecad #shipit :-)

@balu Version 1.1 seems very close to release.
Only 5 blocker bugs left so far :
https://github.com/FreeCAD/FreeCAD/issues?q=is%3Aissue%20state%3Aopen%20label%3ABlocker
FreeCAD/FreeCAD

Official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. - FreeCAD/FreeCAD

GitHub