Have you ever wanted to use iLogic to print drawings, or create specific printer setups? Look no further, I have converted the Inventor print API sample to iLogic and expanded it to expose additional functions. Using this code you could set up rules for specific print job types, or just for specific printers. The code... Continue Reading →
iLogic – Suppress/Unsuppress and Delete Rules
You may need an easy way to delete, suppress or unsuppress iLogic rules in an Inventor file. Generally you may want to delete internal rules in files, as running rules externally is often better (maybe I'll explain my thoughts in another blog post). Doing this is quite simple, see the line of code below. iLogicVb.Automation.DeleteRule(DocumentName,... Continue Reading →
#AU2019
And that's a wrap. Another AU under the belt. I had such a good time catching up with customers, friends and colleagues from around the world. This year was my 10th, which in itself is mind blowing. I didn't present a class this year, which meant I had a lot more time to enjoy AU.... Continue Reading →
iLogic – Run Rules From a List
I've written an iLogic rule that gathers the names of all of the internal rules in a file, and then shows them on an input list box. The user can run any rule on the list by clicking on the rule in the list. This could be quite useful for users, as it could pop... Continue Reading →
iLogic – Open File Location
This is more of a quick tip than a blog post, but it's certainly worth sharing, as it may save you some time. Have you ever wanted to open the location of the file you are working on? I was about to publish this blog post, when I got an email from my regular guest... Continue Reading →
iLogic – Quick Background Toggle Rule
Guest Post by M Veldkamp Here’s a solution to a problem that isn’t really a problem. You want to take screenshots of your model for a presentation, but your inventor background is a blue gradient. You can of course go through the hassle of changing your settings manually but why bother if you can do... Continue Reading →