Skip to main content
1-Visitor
August 6, 2018
Solved

mapkey shading vs. shading with edges

  • August 6, 2018
  • 1 reply
  • 1968 views

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

Best answer by MartinHanak

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;

 

1 reply

24-Ruby III
August 6, 2018

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;

 

1-Visitor
August 6, 2018

Thanks Martin!  Works great.   B

22-Sapphire I
August 6, 2018

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.