Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello,
I am trying to make an assembly for a chain drive which consists of hundreds of chain links. Each individual link is connected to the previous with a axis constraint at the pin-hole. How can this be patterned to avoid linking each individually?
Otherwise, is there another way (a proper way) to make a chain drive in creo?
Solved! Go to Solution.
Maybe try modifying this UDF. It's quick and simple.
https://community.ptc.com/t5/PTC-Academic-Program-Discussions/How-to-create-a-chain-in-Creo-Parametric/m-p/383990
Maybe try modifying this UDF. It's quick and simple.
https://community.ptc.com/t5/PTC-Academic-Program-Discussions/How-to-create-a-chain-in-Creo-Parametric/m-p/383990
These can be tricky ... but UDFs seem to be the most reliable method for implementing the construction geometry for the final placements in this specific scenario. Depends on how flexible and complete you want it to be in the end (one off or generating a family of products with variables driving everything).
Basically :
It will require a bit of trial and error to get the UDFs correct. But should work like butter when done.
Dave
Alright, that seems to be the common recommendation for this type of task. I was hoping there would be a simpler workaround since creating UDFs is a bit too time-consuming at this stage. I will give it a try eventually, at least to teach myself.
Thanks for the input.