Is there a way to use a mapkey to select features by name? Consistently?
Does anyone know how to make a mapkey (Creo 9+) to consistently select features by name?
For example, here is an old one: mapkey sx #sel by menu; #axis; ~ Select `sellist0` `Namelist`1 `A_1`;
Super simple, selects the axis "A_1" in nearly every situation in Pro/E. Use it when defining features, use it in sketcher when selecting references, and when dimensioning. Works in part, sketcher, etc.. No need to have axis visible, and no need to scroll the model tree to find it. Super consistent, and always works.
How can we do that in Creo?
I want to do it (again) for all the normal datums that are standard for my start files. It's extremely useful for defining sketch placement, making measurements, placing dimensions, defining references, etc.. Unfortunately, I don't see how to use the new selection by name spaghetti of Creo to do it consistent for all situations.
Anyway, the standard scrolling for datums all the time is SSOOOO slow with large parts and assemblies - making me crazy.
Here is another example. This one selects the datum plane "FRONT":
mapkey sf #SEL BY MENU;~ Open `selspecdlg0` `SelOptionMenu`;\
mapkey(continued) ~ Close `selspecdlg0` `SelOptionMenu`;\
mapkey(continued) ~ Select `selspecdlg0` `SelOptionMenu`1 `Datum`;\
mapkey(continued) ~ Open `selspecdlg0` `SpecifyByMenu`;~ Close `selspecdlg0` `SpecifyByMenu`;\
mapkey(continued) ~ Select `selspecdlg0` `SpecifyByMenu`1 `Name`;\
mapkey(continued) ~ Input `selspecdlg0` `AccelPanel` `FRONT`;\
mapkey(continued) ~ Update `selspecdlg0` `AccelPanel` `FRONT`;\
mapkey(continued) ~ Activate `selspecdlg0` `SelectButton`;
Thank you for any help you can provide.

