Autodesk Inventor Customization
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to add part/Assem bly from Vault Library in to any assembly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi, I have a library file in the vault folder. I need use this library files to create new assembly file. How can i use inventor API similar to add occurrences to any assembly file.?. I am using Vault Project and saving the new assembly to the local folder. There is no need to downloa\Checout Vault Library file to local drive.Just i need to use the vault library files for assembly. Later If I add this project to vault along with the assembly i have created, It should always have the reference with the vault libary files. Kindly assist us to resolve this. Regards, GAD
Re: How to add part/Assem bly from Vault Library in to any assembly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
you need to use both Inventor and Vault API:
- use Vault API (either DocumentService.DownloadFile or IExplorerUtil.DownloadFile) to download file from Vault to local workspace. IExplorerUtil is preferred way because it handles couple of things for developer (i.e. finding our correct file location, resolving file references, setting attributes for local file).
- use Inventor API to place library part into assembly (various ComponentOccurrence.Add.. methods).
When new assembly is added to Vault later then the library part will be automatically recognized by Vault and used for references.
Xiaodong Liang
Developer Technical Services
Autodesk Developer Network
