Create a duplicate of an assembly that isn't dependent on the original
Hi,
This might be a basic question.
I am trying to create a duplicate of an assembly with a different name in a different folder to the original. For example:
I need the assembly name to be different but i want to use the same names for the parts but have changes in the number of parts between the two assemblies .
Assembly 1
- part 1
- part 2
- part 3
Assembly 2
- part 1
- part 2
When I try to do this with the save a copy function, any changes in the new assembly reflects in the original assembly. I know I can do this if I change the names of each part within the assembly but I'm hoping I can use the same part names.
Hope that makes sense, thanks in advance !
