Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I am using Creo Parametric Release 7.0 and Datecode7.0.3.0
Dear,
Is there an option to automatically "Erase Not Displayed" when a window (model or drawing...) is closed?
Best regards
Solved! Go to Solution.
There is no configuration option to automate this. Your best option would be to create a mapkey to invoke the erase not displayed command sequence. You can then nest this into a mapkey for closing a window and erasing not displayed automatically.
Here is the syntax to erase not displayed using a mapkey.
mapkey dbn @MAPKEY_NAMEerase not displayed;@MAPKEY_LABELerase not displayed;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdModelEraseNotDisp`;
There is no configuration option to automate this. Your best option would be to create a mapkey to invoke the erase not displayed command sequence. You can then nest this into a mapkey for closing a window and erasing not displayed automatically.
Here is the syntax to erase not displayed using a mapkey.
mapkey dbn @MAPKEY_NAMEerase not displayed;@MAPKEY_LABELerase not displayed;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdModelEraseNotDisp`;
Thank you for your answer.
I have added this button to close and clear the cache. We will test how it's usable with some users.
Best regards