Infinite Skills – Autodesk Inventor 2014 Tutorial Series
Are you looking for a video tutorial series for Autodesk Inventor? Infinite Skills has recently released its Learning Autodesk Inventor 2014 series featuring instructor Adam Cooper. I was provided...
View ArticleiLogic - Delete Custom iProperties
Issue:You have some custom iProperties in your file that you want to remove. Because you have a lot of files that contain these custom iProperties, you find yourself doing this quite often. You'd like...
View ArticleiLogic - TitleBlock Project Data From Excel
Issue:You have a title block that uses prompted entry, and you'd like to fill those fields in from data that is in a spread sheet. You know that the best way to set up a title block is to use the model...
View ArticleInventor 2015 User Interface Is Missing Buttons?
Issue:You've upgraded to Autodesk Inventor 2015 from a previous version and find that some of the tool buttons have been hidden and stacked into grouped, fly-out menus. You've checked with a reputable...
View ArticleiLogic: Working with the Active Sketch
Issue:You're working with sketches in some iLogic code and want to be able to find the active sketch name, or active sketch number. Solution:Here are a couple of quick rules that will do this. And...
View ArticleiLogic - Dimension Text Scale
Issue:You have some iLogic code to help you setup your drawing sheets and title block size (see this link from Jonathan Landeros for a great example of using iLogic to configure title block and...
View ArticleiLogic - Suppress Components in all but the Active Level of Detail
Issue:Your assembly has several Level of Detail Representations set up, which works well. The problem is that when you add a new component to the assembly, you have to go to each Level of Detail and...
View ArticleDetermine File Type for iLogic Rule
Issue:You need your iLogic code to check to see if the file type is a part file first, before running. Otherwise it generates an error. Is there a way to do this?Solution: Here are a couple of quick...
View ArticleTurn On/Off all Workfeatures with iLogic
Issue:You have other members of your design team that do not remember to turn off work features at the part level or sub-assembly level when they are done working with those files. As a result file...
View ArticleIlogic - Add Standard Virtual Parts From a Text File
Issue:You have a number of standard Virtual parts that you find yourself adding over and over. You'd like to have the ability to add them based on a predefined list.Solution:Here is an example iLogic...
View ArticleInventor HSM Express – The Free CAM Solution for Inventor Users – Beta...
Issue:You're looking for an integrated CAM solution to use with Autodesk Inventor.Potential Solution:Check out the Inventor HSM Express Beta tools.From the Autodesk CAM Team:The Autodesk CAM Team has...
View ArticleIlogic - Add Standard Virtual Parts From an Excel File
Issue:You have a number of standard Virtual parts that you find yourself adding over and over. You'd like to have the ability to add them based on a predefined list.You saw the post about adding these...
View ArticleUse 3D Solid Edges for Frame Generator Selection
Issue:You use the Frame Generator tools in Autodesk Inventor all of the time, but you find that creating the base 3D sketch is tedious, time consuming, and doesn't always take edits well. Is there...
View ArticleiLogic: How to learn Inventor's Application Programming Interface (API)
Issue:You've been somewhat successful using iLogic code examples that you find online, but you'd really like to learn how to create your own code from scratch. So how do these other people find the...
View ArticleHybrid Wireframe and Shaded Views in Autodesk Inventor
Issue:You want to create a view on your drawing that has some parts shaded and some that look wire-framed, so you can show some particular detail of your assembly in your detailed drawing.In the past...
View ArticleiLogic - Dynamic MultiValue Parameter Lists "Filtered" By Current Selected Value
Issue:You want to "filter" a list (List B) based on the selection from another list (List A), but the lists are long and writing the If/Then or Select Case statements are repetitive, and difficult to...
View ArticleiLogic: Select and Set Sketch Dimension Tolerances
Issue:You want to to quickly select and set standard tolerances for your sketch dimensions.Solution:Here is a quick routine written for iLogic using the API to do this. This employs the...
View ArticleInventor API: using UnitsOfMeasure.ConvertUnits
Issue:You're writing a bit of code that might be used in Inventor documents of varying unit types. For instance maybe this code is sometimes used in inch based parts, other times it's used in...
View ArticleiLogic: Custom Sort PartsList with Temporary Column
Issue: You have a parts list that has a challenging sort criteria, due to needing to sort for values that might or might not exist in the same column. In the example above we want to sort the...
View ArticleTraverse Assembly to Turn Off all Work Features and Sketches with iLogic
Issue:An update to an older post on this topic:http://inventortrenches.blogspot.com/2013/03/turn-onoff-all-workfeatures-with-ilogic.htmlSolution:You can use this example iLogic rule to traverse the...
View ArticleiLogic Rule to Update Drawing Resources
Issue:You have drawings that you want to update with a new border, title block, sketch symbol or other Drawing Resource item.Solution:Here is a quick iLogic rule to do this.oBorderName = "My...
View ArticleiLogic : Set View Scale from Standard Preset Set List
Issue:You would like to set the view scale of your drawing views using the predefined scale list as found at Manage tab > Styles Editor button > Standard > Standard name> General tab >...
View ArticleAutodesk University 2023: Bridging the Gap Between iLogic Automation and...
Planning to attend Autodesk University 2023 in November? If so join me on Tuesday, November 14th as I present a practical guide to transitioning from iLogic to Inventor add-ins.Hope to see you...
View ArticleOpen Drawing From Balloon
Issue:You'd like to be able to open a component drawing by selecting a balloon from an assembly drawing.Solution:Here is an iLogic rule that uses a bit of API code to do this.DimoDocAsDrawingDocument =...
View ArticleHacking the Inventor startup screen
Autodesk has been wiping out old forum posts ( thousands of them 😠 ) so when I ran across this today, I thought I'd back it up here, so that we won't loose it in the next couple of years.Credit to...
View Article