How to unhide specific objects that were hidden using HIDEOBJECTS

How to unhide specific objects that were hidden using HIDEOBJECTS

EnM4st3r
Advocate Advocate
378 Views
3 Replies
Message 1 of 4

How to unhide specific objects that were hidden using HIDEOBJECTS

EnM4st3r
Advocate
Advocate

 

 

Hi, as said in Title im trying to unhide specific objects that were hidden using HIDEOBJECTS or ISOLATE.

 

I tried: 

(acet-ss-visible ss 0)
(redraw obj 1)
(vla-put-visible (vlax-ename->vla-object obj) :vlax-true)
(setpropertyvalue obj "Visible" 0)
 
None of these seemed to work, any ideas?
0 Likes
Accepted solutions (1)
379 Views
3 Replies
Replies (3)
Message 2 of 4

paullimapa
Mentor
Mentor
0 Likes
Message 3 of 4

ВeekeeCZ
Consultant
Consultant
Accepted solution

Yes, you can do that only if OBJECTISOLATIONMODE is 1.

Else... I think it's not possible at att.

0 Likes
Message 4 of 4

EnM4st3r
Advocate
Advocate

Ah yes this does indeed work, otherwise i'll just have to do with UNISOLATEOBJCTS

0 Likes