Skip to main content
2-Explorer
May 19, 2014
Solved

Modifiying the accuracy of all assembly parts

  • May 19, 2014
  • 4 replies
  • 3477 views

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.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by Mahesh_Sharma

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.

4 replies

1-Visitor
May 20, 2014

you may edit template part or assembly file by your required accuracy so that all the created file follows the same accuracy.

1-Visitor
May 20, 2014

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)

Mahesh_Sharma
22-Sapphire I
May 27, 2014

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.

fnefli2-ExplorerAuthor
2-Explorer
May 28, 2014

Thanks for the infos.