Just i don't know how you can select ss that hidden ??
You can use acet-ss-visible to show or hide a specify ss, don't sure that is what you need
Example :
So you can improve : unhide all, ssget with method "C","W","CP","WP".., then re-hide all except items you want to showCode:(setq ss1 (ssget) ss2 (ssget)) (acet-ss-visible ss1 1) ; hide ss1 (acet-ss-visible ss2 1) ; hide ss2 (acet-ss-visible ss1 0) ; un-hide ss1
(Srr, my English not well)




Reply With Quote


Bookmarks