Community Tip - You can change your system assigned username to something more personal in your community settings. X
We have a system wide mapkey to turn the display to shading
es @MAPKEY_NAMEShaded;@MAPKEY_LABELShaded;~ Command `ProCmdEnvMdlDisp` `Shading`;
where es is for "environment shaded".
What word would I substitute in for "Shading" when I want "Shading with edges" ?
Creo 4.0
Solved! Go to Solution.
mapkey esh @MAPKEY_NAMEShaded;@MAPKEY_LABELShaded;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdEnvShaded` 1;
mapkey ese @MAPKEY_NAMEShaded with edges;@MAPKEY_LABELShaded with edges;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdEnvShadedEdges` 1;
mapkey esh @MAPKEY_NAMEShaded;@MAPKEY_LABELShaded;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdEnvShaded` 1;
mapkey ese @MAPKEY_NAMEShaded with edges;@MAPKEY_LABELShaded with edges;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdEnvShadedEdges` 1;
Thanks Martin! Works great. B
If you are working with Creo 4.0, you can use CTRL Shortcuts fro the same, e.g. CTRL+1 for Shading with reflections ... and so on.