Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I am pretty new to Creo Parametric and running into an issue where updating a part requires large amount of re-definition in assembly.
I'm designing an adaptor between a t-slot beam and a table, the adaptor is applied 20 times over. Every time I make a change to the adaptor's sketch or thickness the assembly requires me to redo all the definitions of parts around all the adaptors.
How should I avoid this?
Without access to your models, it is difficult to explain exactly what you should do to resolve the issue. Change your design such that the "parts around the adapters" are not dependent on the on the adaptor. You have created parent child relationships among the components that create this behavior.
Think about the design intent and build your features and models such that the models behave in a manner consistent with what you want. If you are able to post your models here, then do so. You will get more detailed solutions if you provide an example of the issue.
One suggestion is to avoid deleting sketch entities as that may remove a reference that is being used in the assembly. Instead, replace it: create a new entity to replace it, RMB on old entity, select Replace, and select the new entity, this will transfer the old entity ID to the new entity and delete the old one.
I also use edit references in assemblies when references are lost. Select the part/subassembly, select Edit References from the quick access menu, select reference to replace, and select the new reference.
Hi,
This is common behaviour caused by a loss of reference. Creo assemblies are very robust, but there is a price to it.
In such cases, if you know things will change in the future, it helps to set things on axes, or planes, or create predefined interfaces.
Cheers!