Creating engineering drawings can sometimes seem tedious, but drawings are one of the most important parts of any design. In fact, your drawing is the contract with the manufacturer, an agreement that contains all the specifications and key dimensions that your product will be manufactured to. Why not automate workflows, making drawings easier and faster... Continue Reading →
iLogic: Export Flat Patterns of iPart Members to DXF
By Bhavik Suthar I have written an iLogic utility to export the flat patterns of all the members of an iPart to DXF. The code automates the process of creating DXF flat patterns, saving the DXF with the instance member name as the file name in the same location as the original iPart. Here is... Continue Reading →
Best Wishes & A Loft Feature
By Jelte de Jong I wish you all the best for 2021. I hope that we can go back to normal life this year. Today I have a iLogic rule for you that creates an "I" similar to the image above. Nothing that you can’t find anywhere else on the internet. Just some profiles on a... Continue Reading →
Export Flat Patterns iPart: Get Name, Export, Repeat
By Jelte de Jong I’ve recently seen several questions from people looking to save or export files automatically. Questions like “How to perform 'save a copy as' PDF for a list of Inventor drawings from an excel?” and “Automate iPart flat pattern export to DXF”. That is why I wrote this post, explaining how you can... Continue Reading →
Quick Tip: Run “Before Save” Rule Only Once in Assemblies
By Jelte de Jong In some cases, you want to have a rule that is triggered by the “Before Save” event trigger. For example, to check if the iProperty “Part number” was set. Something like this; If you do this, you may get unexpected or unwanted results when you save an assembly with lots of parts... Continue Reading →
Get Control Definition Names – iLogic Tool
By Jhoel Forshav For this blog post I thought I’d share the code for an iLogic tool I’ve written to easily find the names of control definitions. I’ve seen on the Inventor Customization Forum that users from time to time ask about the these names in order to execute them through the CommandManager (ThisApplication.CommandManager.ControlDefinitions(”ControlDefinitionName”).Execute). So,... Continue Reading →
iLogic: Show Overridden Dimensions
By Dutt Thakar I have written a handy iLogic utility to check if any dimensions on a drawing are overridden. It scans all of the dimensions on the sheet and checks whether they are overridden or not. If any dimensions are overridden, it will highlight them in red and then show the user that how... Continue Reading →
iLogic – Occurrence Selection Filter In Drawings
Guest Post by Jhoel Forshav When developing iLogic rules, it’s quite common that you’ll need to prompt the user to pick something from the model window. For example, it could be a face, a component occurrence, a model edge etc. For most of the different types of selections your code might require, there’s a corresponding... Continue Reading →
Adding a Column to Content Center Steel Families
By Michael Jones Overview We will be adding transverse hole spacing to the top and bottom flange of the content center wide flange family. We will be extracting the transverse hole spacing data from the 15th edition of the AISC Excel workbook. In structural steel detailing, gage is shorthand for the transverse hole spacing. Using... Continue Reading →
iLogic: Setting Extra Layers In DXF Exports
Guest Post by Jelte de Jong Have you ever wanted assign specific profiles in your flat pattern to a custom layer before exporting them to DXF? Click me for HD version I have been working on updating an Inventor add-on which we use at work. The tool exports sheet metal flat patterns to our CAM software.... Continue Reading →