Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

linked parameters dont update before ilogic rule runs

0 REPLIES 0
Reply
Message 1 of 1
ApostolosJK
221 Views, 0 Replies

linked parameters dont update before ilogic rule runs

Hello everyone,

 

I have a part that needs some parameters' values of another part, so I linked them. I also place this part in an assembly using an ilogic rule which runs in the assembly. After placing that part, I use something like:

 

iLogicVb.RunRule("partName:1", "ruleName")

 

 

to run the part's rule, which changes it according to the linked parameters. The problem is that the values of the linked parameters are not updated to the current values. They are whater they where the last time the document oppended and whatever I tried the dont update before the rule copletes. the only workaround I found is to use somethng like:

 

dim myVar as integer

MyVar = parameter("partname.ipt.OriginalParameter")

 

instead of making the link.


any ideas?

 

Thank you in advance.

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report