InputRadioBox with multiple choices?

InputRadioBox with multiple choices?

tegstette
Advocate Advocate
824 Views
3 Replies
Message 1 of 4

InputRadioBox with multiple choices?

tegstette
Advocate
Advocate

HiSmiley Happy

 

 

InputRadioBox makes me Select one of two Choices...

I am looking for an ilogic-function for selecting one of multiple Choices...

Is there such a thing?

 

 

 

Best regards
TG

Autodesk Inventor/Vault Professional 2021
0 Likes
825 Views
3 Replies
Replies (3)
Message 2 of 4

pball
Mentor
Mentor

Here is a method for presenting a list where one item can be chosen. Hope this works for you.

 

mats = New String(){"HR", "CR", "AL", "SS", "ALALGRIP", "ALTRBR", "CK", "GA", "GALV", "HA400", "SSALGRIP", "SSCK"}
temp = InputListBox("Choose Part material", mats, "", Title := "Part material", ListName := "Available Standard materials")

Check out my style edits for the Autodesk forums
pball's Autodesk Forum Style
0 Likes
Message 3 of 4

HermJan.Otterman
Advisor
Advisor

look at the screencast and the part,

hopefully it will help you

 

 http://autode.sk/2jKhTlN

 

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes
Message 4 of 4

tegstette
Advocate
Advocate

Thank you for Your replySmiley Happy

 

This solution requires that I have lots of multi-parameters predefined (or created).

I was hoping for a Method to not using multi-parameters. But it doesn't seem like there is a simple standard way for this...

Best regards
TG

Autodesk Inventor/Vault Professional 2021