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: 

Performance differences between Addins and iLogic rules invoking a class library

1 REPLY 1
Reply
Message 1 of 2
meGVGMF
155 Views, 1 Reply

Performance differences between Addins and iLogic rules invoking a class library

Hi,

 

We have a pretty complex codebase at this point that runs a bunch of automation to standardise our files and catch errors before they happen, most of which runs at save time.

 

I am considering looking into moving everything to an Addin, under the assumption that there are more granular events to listen to, for instance, I'm hoping for a before/after print event, before/after material change, etc. (If anyone has any links to documentation outlining exactly what these are, I would appreciate it!)

 

But before I do, I was wondering if anyone has noticed a significant difference in performance between Addins and iLogic rules. I would expect performance to be better, but I really don't know enough to say for sure.

 

Any advice is much appreciated

Thanks

Labels (5)
1 REPLY 1
Message 2 of 2
Frederick_Law
in reply to: meGVGMF

Look for EventWatcher in SDK.

I don't think there is a print event to catch.

I replaced the Print command with my own to do something before print.

EventWatcher-01.jpg

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report