Community
AutoCAD MEP Forum
Welcome to Autodesk’s AutoCAD MEP Forums. Share your knowledge, ask questions, and explore popular AutoCAD MEP topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hidden objects list

9 REPLIES 9
SOLVED
Reply
Message 1 of 10
Tomeszz
2065 Views, 9 Replies

Hidden objects list

Hi All,

 

Is there any way to review a list of hidden object and select some of the hidden objects which I would like to unhide?

I use AutoCAD MEP 2015.

 

Thanks 

9 REPLIES 9
Message 2 of 10
pendean
in reply to: Tomeszz

hidden how?
Message 3 of 10
Patchy
in reply to: Tomeszz

Hidden because you have a drawing drawn by newer version of MEP ??

 

If that's true, probably need to get new version of MEP Objects Enabler to see them.

Message 4 of 10
ВeekeeCZ
in reply to: Tomeszz

If they are hidden using ISOLATEOBJECTS or HIDEOBJECTS command, then you can try this LISP routine. I shows all the objects, the you can pick the ones to NOT hide AGAIN.

 

(defun c:UnhideObjects ( / ss sadd)
  (command "_.ZOOM" "_All")
  (setq ss (ssget "_C" (getvar 'EXTMIN) (getvar 'EXTMAX)))
  (command "_.ZOOM" "_P")
  (command "_UNISOLATEOBJECTS")
  (if (setq sadd (ssget))
    (command "_.ISOLATEOBJECTS" ss sadd "")
    (command "_.ISOLATEOBJECTS" ss ""))
  (princ)
)

 

Message 5 of 10
Tomeszz
in reply to: Tomeszz

Hidden by 'HIDEO' command. The thing is that quite often I use this command to hide objects which are on the same layer and when I want to 'unhide', all hidden objects appear. I was wondering whether it is possible to show onle some of the hidden objects.

 

Thanks

Message 6 of 10
Patchy
in reply to: Tomeszz

I have never seen unhide can do it individually or a group, it unhide ALL.

Message 7 of 10
pendean
in reply to: Tomeszz

HIDEO command? Or is that a typo, no such command in plain AutoCAD where you are posting. If it's in MEP you need to be asking in that forum then.

Message 8 of 10
Tomeszz
in reply to: Tomeszz

HIDEO is a short version of HIDEOBJECTS in my AutoCAD. 

 

I have no problem with hidding or unhidding objects, I was just curious whether it is possible to select somehow objects which I would like to unhide at the moment as the command UNHIDE shows all hidden objects.

 

 

Message 9 of 10
ВeekeeCZ
in reply to: Tomeszz

Well... I think that the routine I offered to you might be something you want. So... HERE is a little teaser in case you hesitate for some reason.

 

And HERE is a tutorial how to use a LISP...

 

 

 

@Admin It's a general autocad issue, it could stay where it was. Not MEP related.

Message 10 of 10
Tomeszz
in reply to: ВeekeeCZ

Thank you BeekeeCZ, this is exactly what I was hoping to find.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost