trillicomm
New member
I have a challenge for you gurus! Your answer will solve my problem.
I have a large assembly with 60 different screws. Each screw is an instance of a family-tabled part (screw).
I need to change all of those 60 screws with the new instances. Manually, I would right-mouse-click over each screw in the model tree and select Replace to choose the new instance. I can't imagine doing that for 60 times, let alone I could be asked to do again.
So the challlenge is to do some sort of Pro/Program or automation by feeding a text file that has the <FID_number>=<new_instance>. Edit Design and add <FID_number> STRING. Then regenerate the assembly to Read File. That will ask to locate the FID of each screw and replace it with the new instance.
I can explain better when you shoot back your questions.
Thanks for reading this!
T.
I have a large assembly with 60 different screws. Each screw is an instance of a family-tabled part (screw).
I need to change all of those 60 screws with the new instances. Manually, I would right-mouse-click over each screw in the model tree and select Replace to choose the new instance. I can't imagine doing that for 60 times, let alone I could be asked to do again.
So the challlenge is to do some sort of Pro/Program or automation by feeding a text file that has the <FID_number>=<new_instance>. Edit Design and add <FID_number> STRING. Then regenerate the assembly to Read File. That will ask to locate the FID of each screw and replace it with the new instance.
I can explain better when you shoot back your questions.
Thanks for reading this!
T.