Use these best practices to copy your factory and member files.
The usual design intent of component families is for reuse. Therefore, a copy consuming family members is expected to reuse family members or to replace family members by others. In case you need to copy family member anyway, be aware that Copy Design has to remove the member's link to the family.
Copying Members in an Assembly
As a best practice, do not copy Factory or Members when copying an Assembly. Doing so will break the links to the factory.
Copying iPart Factory
Derive a new iPart from an existing iPart Factory with the following workflow. This is essentially performing a Save Copy As.
- Copy iPart Factory.
- Edit Factory table.
- Rename members.
- Make modifications.
- Save Factory in up-to-date state.
- Generate new members.
- Check-in.
Copying iAssembly Factory
Use these practices when copying an iAssembly Factory.
Bottom Up Approach
- iParts first
- Nested iAssemblies
Copy iParts Factory separately
- Regenerate members with new file names.
Copy iAssembly
- Replace with new iParts/iAssembly members during Copy Design.
- Regenerate Members with new File Names.