Hidden line toggle?

 From:  Michael Gibson
4130.3 In reply to 4130.1 
Hi Nick, paste in the following in for the command part of a shortcut key to do that:

script: /* Toggle hidden line display */ moi.view.showHiddenLines = !moi.view.showHiddenLines

Then pushing that key will have the same result as clicking the "Display hidden lines" checkbox on the View palette.

- Michael