Copy sub-assembly to use as new design options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Scenario: In my assembly (say GA.iam), I have many sub-assemblies and parts. I would like to develop a new option of some sub-assembly (say SubAsm-OptionA.iam). How can we make a copy of everything of SubAsm-OptionA.iam to SubAsm-OptionB.iam with its own lower level components, such that I can modify SubAsm-OptionB's sub-components?
Problem: by default, if a copy of an assembly is made using Windows Explorer, Inventor will look for its original sub-components. That means, in above scenario, all sub-components of SubAsm-OptionB.iam will point to that of SubAsm-OptionA.iam's components, which is not what I want.
Solution:
- complete above steps for Copying from OptionA to OptionB.
- Zip OptionA's file folder (say, OptionA.zip).
- Completely remove OptionA folder.
- Open SubAsm-OptionB.iam from its folder OptionB. Inventor will find broken links and show a Resolve command.
- Run Resolve command. Since the components that point to original files can't be resolved automatically, Inventor will show a dialog box allowing user to pick the folder to locate the missing files. In our case, it is folder OptionB.
- Choose folder OptionB. Inventor will resolve all broken links.
- Now all sub-components for SubAsm-OptionB.iam will be linked to that in folder OptionA.
- Unzip OptionA.zip to restore its content to have OptionA's stuff back.
- Now we get both OptionA and OptionB that can be worked on further independently.