TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: ribarm on July 22, 2018, 08:47:26 AM

Title: HIDEOBJECTS issue
Post by: ribarm on July 22, 2018, 08:47:26 AM
Hi,

I have few entities that I turned hidden by using HIDEOBJECTS command... Now when I qsave and reopen DWG hidden entities show up... I want them to stay hidden all until I call UNHIDEOBJECTS command if I want to... I know for DXF 60 - value 1 - make entity invisible and value 0 - make entity visible, but I don't want to use this as by (entmod)-ing entities I loose their liniking data... Actually those entities that I want them hidden are OLE Excell table that is linked to DWG and CAD TABLE entity that is linked to this OLE Table...

Is there a way to make this happen when I reopen DWG - hidden objects are hidden...

Thanks, M.R.
Title: Re: HIDEOBJECTS issue
Post by: ribarm on July 22, 2018, 08:59:06 AM
Ahh... As soon as I've written above post, I realized that I can put them in some layer and freeze that layer...

Thanks for reading, M.R.
Title: Re: HIDEOBJECTS issue
Post by: ahsattarian on January 17, 2021, 10:46:33 PM
Try    :     unisolateobjects    command   !!!!