Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have 3 similar parts to design. So I decided to make one part that has features that all three parts share. Now I want to be able to copy this base part 3 times and start adding features unique to each of the three parts. The issue I am having a problem with is I also want those 3 copied parts to reference the base part. So if I change a feature in the base part then my 3 unique parts will also update.
How do I copy the base part 3 times and have those copies reference the original part?
Solved! Go to Solution.
You want to look into Merge/Inheritance. You'd have the parent part and then pass the features to the 3 parts by using Insert, Shared Data, Merge/Inheritance.
You want to look into Merge/Inheritance. You'd have the parent part and then pass the features to the 3 parts by using Insert, Shared Data, Merge/Inheritance.
...or learn more about family tables. This allows you to make unique parts within one file if they enough alike to manage it this way.
How unique are the 3 parts from each other. If you have a lot of differences, I probably would not go with family tables (and I use them frequently). If they are fairly similar with only a few differences, then that would be a good option and the "generic" would be a hodge podge of all the feature on the part and you just turn on/off the features in the family table.
Thanks, Dale
Thanks for the help everyone. I've done a little be with family tables and the parts are not that different from each other so I will probably go that route. Going to take a look at the merge/inheritance first though.
Thanks Again!