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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

assembly with a family table item and relations

  • Thread starter Thread starter puppet
  • Start date Start date
P

puppet

Guest
i have a small setup and in it , i have 1 part which can vary relative to its family table.



in the assembly i have some simple relations to drive some geometry relative to that family table part.





my question is how would i reference my family table part?

ie

length:cid_2 this dont work as the cid changes with each family table instance



basically i need to be able to switch the family table part to other instances and still have my driving relations work.





RegarDs



PuPPet
 
i kinda of by passed this problem but replaceing the family tree with some conditional statements

ie

if mod1 = 1

a = 20

b = 10

endif



if mod2 = 1

a = 2

b = 3

endif



then made a variable to set which version of the system i wanted. its a pain in the back side, and i am sure there is a simpler way of doing this. if anyone knows please help.



hey isar ur a genious :) hint hint
 
found out this has to do with inheritance

and should use iid instead of cid ..



but it still doesnt work
 
I am having the same issue. The inheritance does not seem to be updating. If I open the part that is inherited, the value is updated, but not through the inheritance using IID.
 

Part and Inventory Search

Sponsor

Back
Top