Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Assembely Paramenters Between Parts

7 REPLIES 7
SOLVED
Reply
Message 1 of 8
ASchlaack
742 Views, 7 Replies

Assembely Paramenters Between Parts

I have an assembely with two rails that are different parts but I need them to always be the same length. How can I link them within an assembly to change with eachother?

Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
7 REPLIES 7
Message 2 of 8
-niels-
in reply to: ASchlaack

I haven't tested, but believe this should work:
Open one of the rails and add a custom parameter for the length, make sure the part uses this parameter.
Now open up your other part and derive the first one into it.
Make sure you only derive the parameters and none of the geometry.
Then link that part's length to the imported custom parameter.

Hope this helps.

Niels van der Veer
Inventor professional user & 3DS Max enthusiast
Vault professional user/manager
The Netherlands

Message 3 of 8
ASchlaack
in reply to: -niels-

What do you mean by "Now open up your other part and derive the first one into it." One both parts I added a User Parameter that drive the entire length. How do I like those varibles?

Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Message 4 of 8
-niels-
in reply to: ASchlaack

I hope these images help:

Derive_parameter.png

My first part "derive_parameter" has a custom parameter "Length"

I derive that part into the part i want to link that parameter with "Target_parameter"

After that you can use the derived parameter like so:

Linked_Parameter.png


Niels van der Veer
Inventor professional user & 3DS Max enthusiast
Vault professional user/manager
The Netherlands

Message 5 of 8
wimann
in reply to: ASchlaack

niel's approach looks like it would work. I guess what I would have suggested is to set up an iLogic function like so:

 

Create user parameter in assembly "RailLength = #"

 

Create new rule:

 

<

Parameter("Rail1:1","Length") = RailLength

 

Parameter("Rail2:1","Length") = RailLength

 

iLogicVb.UpdateWhenDone = True

>

 

Then set up a trigger to run your rule or run it manually yourself after changing RailLength in your .iam.

 

-Will

-Will Mann

Inventor Professional 2020
Vault Professional 2020
AutoCAD Mechanical 2020
Message 6 of 8
ASchlaack
in reply to: -niels-

Thank you! One last issue comes though, now it has copied the rail I was attempting to derive into the .ipt. Can't I do this without that happening?

Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Message 7 of 8
-niels-
in reply to: ASchlaack

Yes, that's why there's an arrow in my image pointing to the solid body.
You have to make sure that it's "off".
If it doesn't let you change the "+" by clicking on it, then you might have to turn off the associative checkbox next to the design view.

Niels van der Veer
Inventor professional user & 3DS Max enthusiast
Vault professional user/manager
The Netherlands

Message 8 of 8
admaiora
in reply to: -niels-

There are many ways to do that (excel, ilogic, derive, link parameters, etc)

 

 

This one is quite similar, but it doesn't use the Derive command and doesn't leave any trace in the Browser about the derive link:

 

ss.jpg

 

 

Here a video sample that i have uploaded:

 

 

 

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report