Parts list as parameter

Parts list as parameter

p.kaminskiG7KX4
Enthusiast Enthusiast
193 Views
1 Reply
Message 1 of 2

Parts list as parameter

p.kaminskiG7KX4
Enthusiast
Enthusiast

Good Morning, 

I would like to ask for help.

There is movie about configurators in Inventor: 

https://www.youtube.com/watch?v=sBZdAJh9NYM&t=315s&ab_channel=AutodeskPolska

In 0:25 user picks any motor model from list from parameters table. How can I link parts to parameters in assemblies to make similar configurator?

 

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

theo.bot
Collaborator
Collaborator

They create a text parameter and filled it with the names of the components. 
When you create a rule to place a component, you can dynamically create the name of the file, based on the text parameter. 
Or create a rule with a select case definition, for each case (the value of the text parameter) you can add some code to place or replace a component.

0 Likes