This blog discusses creating custom Asset libraries (Material or Appearance) in Autodesk Inventor and accessing them through specific APIs. For desktop users, libraries load automatically with the active project via `InventorServer.AssetLibraries`. In Design Automation, users must load libraries manually—consulting `InventorServer.DesignProjectManager.ActiveDesignProject.AppearanceLibraries` for accessing them. Key APIs referenced include `InventorServer`, `DesignAutomation`, and `iLogic`. Sample codes and project files are provided for practical implementation.
You can find additional details in this blog
Comments
0 comments
Article is closed for comments.