Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing parameter from Assembly to Parts

  • Thread starter Thread starter lcl
  • Start date Start date
L

lcl

Guest
Hi guys,

I'm wondering if there is any chance to pass parameters assigned on an assembly to the parts that are part of that assembly. I mean, if for an example, I have on an assembly a parameter called "CD" that on a part inside this assembly a same parameter "CD" takes the same value of the assembly parameter.

Can you help me, please?

Regards
 
Pro/Notebook will do this.
 
Hi dr_gallup,

Any tips?
Thanks
 
It's easy to do with relations.

In the assembly relations editor, select the part to find the session ID (you may need to get a dimension into the editor)

Then you can create the relation CD: (session ID of part)=CD - this will do what you want.
 

Part and Inventory Search

Sponsor

Back
Top