cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

automatic "Erase Not Displayed"

TB_7661496
3-Visitor

automatic "Erase Not Displayed"

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

ACCEPTED SOLUTION

Accepted Solutions
tbraxton
22-Sapphire I
(To:TB_7661496)

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`;

 

 

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric

View solution in original post

2 REPLIES 2
tbraxton
22-Sapphire I
(To:TB_7661496)

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`;

 

 

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric

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

 

Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags