Is there a iLogic form control that can make a drop down list of user parameters?

Is there a iLogic form control that can make a drop down list of user parameters?

wfajber
Contributor Contributor
1,546 Views
2 Replies
Message 1 of 3

Is there a iLogic form control that can make a drop down list of user parameters?

wfajber
Contributor
Contributor

I would like an iLogic form control where I could fill in the value or click and get the list of user parameters that were already defined. This would be similar to the input controls on Extrude etc. This is the same control as found on the user parameters form.

 

I think I know the answer is no, but smarter minds than mine are on this board.

0 Likes
Accepted solutions (1)
1,547 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution
 
 
 
 

 I use a bit of code that does just about what you are looking for. It writes all of the user parameters to an array and then lets you interact with them via an input list box. You could always write the array values to a user parameter, which you could include on a form (if needed).

 

Here's a link to my code (click on image):

Unofficial Inventor iLogic user parameter array.png

 
Message 3 of 3

wfajber
Contributor
Contributor

Thank you Clint, for such a clear example of how to use the InputListBox control.

 

I will give it a spin.