Author Topic: Can you delete these proxy objects?  (Read 2276 times)

0 Members and 1 Guest are viewing this topic.

saunambon654

  • Mosquito
  • Posts: 13
Can you delete these proxy objects?
« on: February 28, 2023, 03:11:13 AM »
I have a drawing, there are some PROXY objects. They are could not be deleted.
If you Explode them, they will be broken, but the original ones still remain.
And they could not to change layer, too.
Please see drawing attached.

HasanCAD

  • Swamp Rat
  • Posts: 1422

BIGAL

  • Swamp Rat
  • Posts: 1416
  • 40 + years of using Autocad
Re: Can you delete these proxy objects?
« Reply #2 on: February 28, 2023, 06:18:34 PM »
Try Zombiekiller there is a version for Bricscad as well.
A man who never made a mistake never made anything

saunambon654

  • Mosquito
  • Posts: 13
Re: Can you delete these proxy objects?
« Reply #3 on: February 28, 2023, 07:16:46 PM »
Try Zombiekiller there is a version for Bricscad as well.
BIGAL,
The Zombiekiller could not kill them.
https://prnt.sc/NijgTCcUEbA-

danAllen

  • Newt
  • Posts: 133
Re: Can you delete these proxy objects?
« Reply #4 on: February 28, 2023, 11:21:03 PM »
Bricscad v15 was able to explode and delete. File attached

I believe another option to dumb down drawings is save as V12. Custom objects can't be translated to old format. Maybe also V14, but not sure.

Also sometimes a reactor is the problem, and I remove them with (vlr-remove-all)

saunambon654

  • Mosquito
  • Posts: 13
Re: Can you delete these proxy objects?
« Reply #5 on: March 01, 2023, 03:32:32 AM »
danAllen,
- Yes, I saved as to DXF R12 and all PROXY has been removed.
- I have opened by AutoCAD 2022, ran (vlr-remove-all) but nothing change, I still cannot delete them.
Thank you.

danAllen

  • Newt
  • Posts: 133
Re: Can you delete these proxy objects?
« Reply #6 on: March 01, 2023, 11:28:59 AM »
I just saw this post on doslib and learned about a function: http://www.theswamp.org/index.php?topic=58114.msg613426#msg613426

Check out dos_proxyclean. Help manual says "Removes all of the of proxy objects from the current drawing. This is done by iterating through the entire drawing, and swapping all proxy entities for anonymous blocks. The blocks contain the equivalent geometry of the proxy entities."

download here: https://github.com/dalefugier/DOSLib