Tolerances as a dropdown

Tolerances as a dropdown

DIMCWPDR
Contributor Contributor
240 Views
1 Reply
Message 1 of 2

Tolerances as a dropdown

DIMCWPDR
Contributor
Contributor

Hello everyone

I need to create a dropdown menu for "Tolerances" that i can easy change between them and in the sametime i can see the changes on the drawing, normally I use 4 deferences tolerances on my drawings.

 

I have tried by add a Form and add Tolerances from  iProperties - Custom but i can only write on that titelbox see the pic.image.pngimage.png

 

How to make a Rul or Form by ilogic that to do that?

 

0 Likes
Accepted solutions (1)
241 Views
1 Reply
Reply (1)
Message 2 of 2

youann21700
Advocate
Advocate
Accepted solution

From my experience (limited), drop downs are only available as Parameters in a form rather than an iProperty.

if you had a rule that ran to define your list of possible tolerances first 

(eg. 

MultiValue.SetList("Tolerances","1","2","3")

You should be able to insert this Parameter into a form and choose the drop down option. 

What are you wanting to do with the chosen value?