@Max2 wrote:
Hello all,
I am rather new to python coding in rhino. I have been developing a python code that allows the user to initially define certain dimensions (via Rhino.Input.Custom.OptionDouble & gp.AddOptionDouble) as well as some boolean options (via Rhino.Input.Custom.OptionToggle & gp.AddOptionToggle). I am curious if anyone knows of a tool similar to OptionToggle but one that allows the user to select from >2 options. All of these options are currently performed in the command prompt. It is my hope to refrain from using additional dialogue or list boxes. Thank you.
Posts: 4
Participants: 2