Skip to main content
1-Visitor
August 5, 2022
Solved

KEYBOARD SHORTCUT KEY

  • August 5, 2022
  • 4 replies
  • 1627 views

Hi,

 

I am trying to create a trail file to replace part in an assembly, is there any keyboard shortcut key to replace part in pro-e assembly?

 

Because right now you have to select a part to replace it, so i was wondering if there is a keyboard shortcut key for that, that will ask what part needs to be replaced.

 

Thanks

Best answer by Dale_Rosema

Not sure you are familiar with family tables. If not, you can create a generic assembly that has all the parts available and then instances with the various configurations. Not what you are asking for, but a possible solution.

4 replies

tbraxton
22-Sapphire II
August 5, 2022

No keyboard shortcut for this functionality.

 

Trail file is not the best approach for this as trail file will not allow for UI inputs on the fly when run.

 

You could create a mapkey sequence (macro)  that pauses for user interaction and then replaces the component.

 

You can use Pro/Program and user input to select component for replacement.

Dale_Rosema
23-Emerald III
August 5, 2022

Not sure you are familiar with family tables. If not, you can create a generic assembly that has all the parts available and then instances with the various configurations. Not what you are asking for, but a possible solution.

22-Sapphire I
August 12, 2022

Really good comments already posted to this thread.

Depending on the situation, may also want to consider interchange assemblies (a bit more complexity, so avoid unless it really makes sense).

14-Alexandrite
August 26, 2022

Model>operations(overflow menu)>replace

or

You could assign a shortcut to it in File>options>keyboard shortcuts

It is Replace... not Replace

Replace... is generic replace menu. If you select a part before activating the selected part is prefilled as part to replace.

Replace is the replace SELECTED component and it only available when a component is selected

or
Mapkey(I assigned F10):
mapkey $F10 @MAPKEY_LABEL[F10]Replace;\
~ Command `ProCmdReplace`;