Hello to all
in Creo 2.0 I used to select a part or an assembly in my graphic window, and automatically the selected item part number was displayed in the message log
i was abble also to select a part and with the select 'parent feature' to select any level above (+1) and the number of this selected sub assembly was always in the message log window
easy then to copy/past (ctrl+c ctrl+v )this number and to made search in Windchill or to put this part number in a excel etc
since Creo 4.0 I can only see the part number of the select item
if I use the select parent , the tree is highlighted, yes but the assembly number doesn't come in the log windows
do you have a solution for me please?
thanks
Veronique
Here's a pretty nice mapkey that copies a selected object's file name to your clipboard. The mapkey will work in part or assembly mode. You can adjust the mapkey to copy other attributes to your clipboard as well. To do that, replace the red text with whichever attribute you'd like to be able to copy.
!!!COPY CURRENT PART OR ASSEMBLY FILE NAME
mapkey CCN @MAPKEY_LABELCOPY CURRENT NAME;\
mapkey(continued) ~ Command `ProCmdMakeActive`;\
mapkey(continued) ~ Command `ProCmdMmRels` ;\
mapkey(continued) ~ Activate `relation_dlg` `PBEvaluate`;\
mapkey(continued) ~ Update `evaluate_expression` `Expression` `REL_MODEL_NAME`;\
mapkey(continued) ~ Activate `evaluate_expression` `Evaluate`;\
mapkey(continued) ~ Activate `evaluate_expression` `PBInfo`;\
mapkey(continued) ~ Activate `texttool` `EditModeCB` 1;\
mapkey(continued) ~ LButtonArm `texttool` `textPH.TextArea` 3 1 98 0;\
mapkey(continued) ~ Move `texttool` `textPH.TextArea` 3 2 98 0;\
mapkey(continued) ~ Move `texttool` `textPH.TextArea` 3 1000 97 0;\
mapkey(continued) ~ Activate `texttool` `CopyPushButton`;\
mapkey(continued) ~ Activate `texttool` `CloseButton`;\
mapkey(continued) ~ Activate `evaluate_expression` `Close`;\
mapkey(continued) ~ Activate `relation_dlg` `PB_Cancel`;\
mapkey(continued) ~ Activate `0_std_confirm` `OK`;\
mapkey(continued) ~ Command `ProCmdWinActivate` ;
Hi,
when item is selected in model tree, press RMB and use Feature information command. The you can copy item name form information window.