Performance differences between Addins and iLogic rules invoking a class library

meGVGMF
Advocate
Advocate

Performance differences between Addins and iLogic rules invoking a class library

meGVGMF
Advocate
Advocate

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

0 Likes
Reply
228 Views
1 Reply
Reply (1)

Frederick_Law
Mentor
Mentor

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

0 Likes