Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ilogic: how to update mulitvalue parameter

1 REPLY 1
Reply
Message 1 of 2
sashakutukov
209 Views, 1 Reply

ilogic: how to update mulitvalue parameter



hello!

 

i have 2 parameters - load and number_of_shelves. number_of_shelves depends on load.


Select Case load
Case "60 кг"
  MultiValue.SetList("number of shelves", 4, 5, 6, 7, 😎
Case "90 кг"
  MultiValue.SetList("number of shelves", 4, 5)
Case "120 кг"

  MultiValue.SetList("number_of_shelves", 4)
End Select

 

how to update list of values for parameter number_of_shelves after selecting of load?

 

thnx! 

1 REPLY 1
Message 2 of 2

hi!

 

I dont no if i understand correctly your question?

 

put this in the end of your rule

 

iLogicVb.UpdateWhenDone = True

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report