Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
Is it possible to implement the modification of the accuracy of all the elements of an assembly in one simple menu (maybe adding components selector in the accuracy windows?) in futur versions of Creo Parametrics? It takes a lot of time to do it part by part or by configuring ModelCHECK.
Thanks in advance.
Nefli F.
Solved! Go to Solution.
Fahd,
This is not a part of current functionality (Not available in Creo 3.0 as well). If you have expertise in Toolkit/VB Api you can try the option suggested by Jeroen.
you may edit template part or assembly file by your required accuracy so that all the created file follows the same accuracy.
It's possible to do this by accessing the Creo assembly with (for example) the VB api.
By programming this in Excel for example, the VBA code can search for all parts (or features) in the assembly, and update the accuracy (or any other parameter)
Fahd,
This is not a part of current functionality (Not available in Creo 3.0 as well). If you have expertise in Toolkit/VB Api you can try the option suggested by Jeroen.
Thanks for the infos.