Author: Chandra shekar Gopal
-
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…
-
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…
-
Irregular Pattern Distribution Support in Autodesk Inventor 2027 API
The Autodesk Inventor 2027 API introduces a powerful enhancement that significantly improves flexibility in pattern feature creation. With the introduction of the IrregularDistributionSet object, developers can now define non-uniform spacing between pattern occurrences, enabling far more advanced and intelligent automation scenarios. Traditionally, pattern features in Inventor rely on uniform spacing. While effective for standard designs,…
-
Introducing “SlotFeature” API Support in Autodesk Inventor 2027 API
Autodesk Inventor 2027 brings a long-awaited addition to the API: native support for SlotFeature creation and modification. For developers and automation engineers, this means slot geometry can now be handled just like other core features—such as extrusions, holes, or patterns—directly through the API. This update removes a key limitation in previous versions and opens the…
-
Simplifying Model State Generation with “GenerateOnSaveStatus” in Autodesk Inventor 2027 API
The Autodesk Inventor 2027 API introduces a powerful enhancement that significantly simplifies Model State workflows—GenerateOnSaveStatus. This capability enables automatic generation of Model State member documents, removing the need for indirect or manual triggers used in earlier versions. For developers working with Model States in automation, this feature represents a major improvement in efficiency and scalability.…

You must be logged in to post a comment.