Generate permuted components based on variable parameters

Generate permuted components based on variable parameters

neil_jansenH8DGP
Observer Observer
284 Views
1 Reply
Message 1 of 2

Generate permuted components based on variable parameters

neil_jansenH8DGP
Observer
Observer

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:

  1. Shape 1; a1 ... an
  2. Shape 2; b1 ... bn
  3. 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 😄

0 Likes
285 Views
1 Reply
Reply (1)
Message 2 of 2

j4n.vokurka
Advocate
Advocate

Hello,

 

seems like configurations table might be the thing you are looking for. It's relatively new feature so I have just basic knowledge of it but it looks useful. Take a look here:

 

https://help.autodesk.com/view/fusion360/ENU/?guid=CFG-OVERVIEW

 

If this is not the way to go for you, you will have to create new components through API.

The difficulty of that process would depend on the type of parameters and complexity of the model but basically the core is the same. Here is a short sample how to create new component:

 

https://forums.autodesk.com/t5/fusion-api-and-scripts/create-new-component-using-api/td-p/7839368

 

Hope this was helpful

0 Likes