Message 1 of 2
Generate permuted components based on variable parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! First time posting, so put this in API and Scripts since it seems like that'd be the place for permutive design.
I want to create N versions of a component, each their own component that I can use together in an assembly in various ways. There are 3 design parameters I'd like to permute with 'n' options for each parameter.
That is:
- Shape 1; a1 ... an
- Shape 2; b1 ... bn
- Hole Size; options d1 ... dn
So I'd end up with (an*bn*dn) unique components that I can then use in various combinations with each other.
Any help pointing towards specific tutorials and such would be greatly appreciated! Thanks 😄