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: 

Rules

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
ASchlaack
299 Views, 5 Replies

Rules

When running multipul rules, is there a way to get them all to auto run off every change or atleast a way to only press one thing to make each one run? Right now every time I update something that includes the rules I have to go through and right click on each rule and tell it to "Run Rule" and it's honestly just a pain to have to do.

 

Thanks,

Aaron

Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
5 REPLIES 5
Message 2 of 6
mdavis22569
in reply to: ASchlaack

Can't you set up a trigger ... or combine a couple of the Ilogic rules?

Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

Message 3 of 6
admaiora
in reply to: ASchlaack

Hi Aaron,

 

you can use the event triggers (manage>iLogic)

 

 

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Message 4 of 6
ASchlaack
in reply to: mdavis22569

Where I'm at is, I have 3 rules. I don't think they have triggers. The rules are just "if part 1 is x then part 2 is true/false" and the rules all work. Can I make it so I just press one thing and they all run? I'm assuming that's what the iTrigger is...

Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Message 5 of 6

Hi ASchlaack,

 

You can create a "master rule" and  use one of these "RunRule" functions to run any other rules that you want.

 

Here are some quick examples:

 

 

'runs the named rules found in this file
iLogicVb.RunRule("Magic Easy Button Rule")
iLogicVb.RunRule("Size Updater Rule")
iLogicVb.RunRule("iProperties Updater Rule")

 

'runs the named rule(s) in the named component
iLogicVb.RunRule("Gantry_Subassembly_104:1", "iProperties Updater Rule")

 

'runs the named external rule(s) in the active file
iLogicVb.RunExternalRule("Design Config Rule")

 

About external rules:

http://autodeskmfg.typepad.com/blog/2012/01/working-with-external-ilogic-rules.html

 

 

I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

Message 6 of 6

isn't that what I said ....lol

Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

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

Post to forums  

Autodesk Design & Make Report