- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm designing a system of small parts based on a common grid. I have a fully parametric model that lets me specify the dimensions of a part in units--e.g. 2x2, 7x4, 3x5, and it resizes it and adds holes accordingly. This is fine for manufacturing multiples--I can program the CAM and then create a pattern.
My question is how can I create a one-off set of different parts to machine? Say I want to make a 2x2, 4x4, and 3x5 from same stock. I tried duplicating the component "4x4 tray" and then changed units_x and units_y, but it changed the original as well--now I realize they are linked references.
Is there a better way to design this so that each component can have its own copy of the parameters? Even better would be if some were still global and others unique to each namespace.
Solved! Go to Solution.