shrinkwrap for welding
We use shrinkwrap for welding, because merge does not work for features and a weld with the weld application is a feature in Creo.
It works fine, however unlike merge you can not open base model from the model tree, instead you need to go to feature information, copy the number and open that number. Is it possible to make a mapkey to do that instead of manually do it all the time? Below is mapkey, but how to get rid of the hardcoded filename?
mapkey foo ~ Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `node2`;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `PHTLeft.AssyTree` `node2`;\
mapkey(continued) ~ PopupOver `main_dlg_cur` `PM_PHTLeft.AssyTree` 1 `PHTLeft.AssyTree`;\
mapkey(continued) ~ Open `main_dlg_cur` `PM_PHTLeft.AssyTree`;\
mapkey(continued) ~ Close `main_dlg_cur` `PM_PHTLeft.AssyTree`;\
mapkey(continued) ~ Trail `MiniToolbar` `MiniToolbar` `UIT_TRANSLUCENT` `NEED_TO_CLOSE`;\
mapkey(continued) ~ Command `ProCmdInfoFeature@PopupMenuTree` ;~ Command `ProCmdModelOpen` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `file_open:Ph_list.Filelist:<NULL>`;\
mapkey(continued) ~ Input `file_open` `Inputname` `0265-0413-04 `;\
mapkey(continued) ~ Update `file_open` `Inputname` `0265-0413-04 `;\
mapkey(continued) ~ Command `ProFileSelPushOpen_Standard@context_dlg_open_cmd`;
Or maybe there are better ways to handle weldassemblies in creo?

