Need iLogic/VB code to save all parts in an assembly to new files...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
This is directed to Curtis, although anyone's input is certainly welcome...
I have an assembly (lets call it a tank cover) which is configured using an iLogic input form. The assembly will have about 20-30 parts, depending on the options the user selects. I t works very well as a standalone configurator, but I want to make it into a tool which can be used by others. Currently, this can be done using the 'Copy Design' function from Vault, but that is not the workflow I want for several reasons, not important here.
So how can I:
- Get the set of all components in the assembly
- SaveCopyAs and Replace each component in the set with a new filename ("a job# already entered by user in my form" prefixed to original filename) to a user-selected path
- Save the assembly with a new name (same job# prefixed to original name) to the same user-selected path
I would like this rule or section of code to run only when the user clicks a "Save Local Files" button at the bottom of my form (which only becomes active after user fills in required parameters)
I figure someone out there has a canned solution for this or very similar to it... Any help is so appreciated.
Thanks
James