Sometimes you might work with models whose iLogic Rules have not been prepared for Design Automation. As a result they may throw exceptions when run automatically and would just cause iss...
Before relying on the Interaction project provided by the Visual Studio solution template for Design Automation for Inventor, I used to update my app bundles and activities in other ways ...
I already blogged about how to Migrate Inventor add-in to Design Automation, but it's a bit too high level. An Inventor app bundle is just like an add-in with an Automation interface but ...
I wrote about how to Drag and Drop models into the Viewer, but how could it be done in case of the Design Automation for Inventor sample? One thing you'll need to find out is how to acces...
I have a few articles on the sample application written by our team to help people create their own Configurator 360-like solutions. One question that came up recently was about loading a...
Previously, if you wanted to export an Inventor document to *.rfa (Revit family file type) on Design Automation for Inventor then you had to export to a format that Revit understands, and...
Though some articles, like Run additional programs inside a WorkItem, already showed that you can use multiple app bundles in an activity, there wasn't a blog post yet dedicated to this t...