I need help with component variants that differ by a parameter value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been experimenting with designing cabinets for parts storage in the shop. My entire design is parameterized and that part works well. Given a drawer
Every other drawer is only different in the height. I am using the euro style 32mm spaced holes so each drawer is defined by drawer_height_units. The entire design resizes based on total_units.
What I would like is to be able to define in the parameters
- drawer1 = 2 units
- drawer2 = 2 units
- drawer3 = 4 units
- drawer4 = 6 units
- drawer5 = 0 units
and then have 5 drawer components which are all the same except the height. A drawer with 0 height is just a placeholder, because I cannot find a way to have the drawer assemblies created dynamically.
Is there a way to achieve my goal without just repeating all the extrusions for the drawer again for each drawer assembly using related height parameter?
