Run an external rule on a component

Run an external rule on a component

Anonymous
Not applicable
499 Views
2 Replies
Message 1 of 3

Run an external rule on a component

Anonymous
Not applicable

it feels like i've asked this question before. I searched for it but couldn't find it. If i have please forgive 😑

 

i can rule a rule on an assembly component like such:

iLogicVb.RunRule(refDoc, "BurnNumber")

Is it possible to do the same with an external rule?

 

Thanks in advance! 

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

A.Acheson
Mentor
Mentor

@Anonymous 

 

I think this post covers it. 

https://forums.autodesk.com/t5/inventor-customization/how-to-create-external-ilogic-rule/td-p/3525434

 

The External rule snippet is available in Run Other Category of Snippets

https://forums.autodesk.com/t5/inventor-customization/need-a-ilogic-snippet-to-look-for-a-part/td-p/7904003

 

Hope this helps

Alan

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 3 of 3

JhoelForshav
Mentor
Mentor
Accepted solution

Hi @Anonymous  🙂

iLogicVb.Automation.RunExternalRule(refDoc, "BurnNumber")

 

0 Likes