Category: Inventor
-

Autodesk Desktop Products 2025/2026: .NET 10 Updates
Microsoft has announced that .NET 8 and .NET 9 will reach end of support on November 10, 2026. After this date, Microsoft will no longer provide updates, including security fixes or technical support, for these versions. To stay current and secure, Autodesk products are updating their .NET dependency to .NET 10 across the 2026 and…
-
Generating Lightweight Shrinkwrap part and STEP Files Using the Inventor ShrinkwrapComponents API
Overview When automating the creation of simplified assembly representations in Autodesk Inventor, many developers use the DerivedAssemblyComponent API because it is featured in the official Shrinkwrap Substitute in Assembly sample. While investigating a customer case, I observed that this approach may not always produce the expected level of simplification. In particular, the generated shrinkwrap IPT…
-
Read-Write Style Library Configuration: A Prerequisite for Drawing Style Updates Using Autodesk Inventor API
Maintaining a centralized Style Library is an effective way to ensure consistent drafting standards across Autodesk Inventor projects. The Inventor API provides the ability to automate style management tasks, including publishing locally modified styles to the global Style Library. One commonly used API is the SaveToGlobal method of the DimensionStyle object. However, before this method…
-
Understanding FilePropertySets vs PropertySets in Autodesk Inventor API
When working with document metadata in Autodesk Inventor, especially through automation or API integrations, it’s important to clearly understand the distinction between FilePropertySets and PropertySets. While both expose iProperties, they serve different purposes depending on the context—particularly when using ApprenticeServer versus the full Inventor environment. This post breaks down the differences and helps you choose…
-
Refreshing Feature Tree Organization in Derived Parts Using the Autodesk Inventor API
When working with derived parts in Autodesk Inventor, maintaining a consistent feature tree organization improves model readability and simplifies downstream design activities. In certain workflows, you may observe that the order of the solid bodies in the derived part browser differs from the organization in the source part after the derive operation. This article demonstrates…
-
Can I do it with the API?
I’m pretty sure I had a similar post already about this topic but it might have got lost when we migrated our blogs from TypePad. Often you already know how to do something in the User Interface and just want to automate the process, e.g. creating a new boundary patch feature. The best thing is…
-
From Commands to Conversations: Exploring Autodesk Assistant in Inventor 2027
How natural language interaction is changing the way engineers explore and validate design data Autodesk Inventor 2027 introduces an early preview of a new way to interact with CAD models—one where you can query and explore design data using natural language. With the Autodesk Assistant (Technical Preview), users can move beyond traditional workflows that rely…
-
What’s New in the Autodesk Inventor 2027 API – Feature Highlights and Enhancements
Autodesk Inventor 2027 introduces a range of impactful API enhancements focused on improving automation, dependency management, modeling flexibility, and drawing workflows. These updates empower developers to build more robust, scalable, and maintainable solutions across part modeling, assemblies, and documentation. Below is a curated index of key API enhancements, each addressing real-world challenges faced by developers…
-
Simplifying BOM View Switching in Drawings — “ReplaceBOMView” in Autodesk Inventor 2027 API
Managing Bill of Materials (BOM) views in drawings has traditionally required extra effort—especially when working with balloons and parts lists already placed on a sheet. With Autodesk Inventor 2027, a new set of API capabilities streamlines this process by allowing direct replacement of BOM views without disrupting existing annotations. 🔄 A More Flexible Approach to…
-
Support for “BrowserFolder” in Part Documents in Autodesk Inventor 2027 API
Autodesk Inventor 2027 introduces a valuable enhancement for API developers and advanced users: support for BrowserFolder within part documents. This improvement enables better organization of features programmatically, bringing greater clarity and structure to complex part models. 🚀 What’s New? In earlier versions, BrowserFolder functionality was primarily limited to assembly documents, making it difficult to logically…

You must be logged in to post a comment.