Author Topic: Why is this file huge?  (Read 2025 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 1421
Why is this file huge?
« on: March 20, 2017, 06:19:24 AM »
Could some one find out why is this file is huge?
« Last Edit: March 20, 2017, 06:42:06 AM by HasanCAD »

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Why is this file huge?
« Reply #1 on: March 20, 2017, 09:03:39 AM »
Probably:
Quote
    AEC_DISP_REPS.Count = 149
    AEC_DISPLAY_PROPS_DEFAULTS.Count = 141
Use THIS tool to see what in the drawing.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

HasanCAD

  • Swamp Rat
  • Posts: 1421
Re: Why is this file huge?
« Reply #2 on: March 21, 2017, 04:04:17 AM »
Thanks ronjonp
But how to delete these Dictionaries?

I used this line of code but the file as it is
Code - Auto/Visual Lisp: [Select]
  1. (dictremove (namedobjdict) "AEC_DISPLAY_PROPS_DEFAULTS")
« Last Edit: March 21, 2017, 04:46:20 AM by HasanCAD »

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Why is this file huge?
« Reply #3 on: March 21, 2017, 09:03:08 AM »
Thanks ronjonp
But how to delete these Dictionaries?

I used this line of code but the file as it is
Code - Auto/Visual Lisp: [Select]
  1. (dictremove (namedobjdict) "AEC_DISPLAY_PROPS_DEFAULTS")
Use THIS tool.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

HasanCAD

  • Swamp Rat
  • Posts: 1421
Re: Why is this file huge?
« Reply #4 on: March 23, 2017, 07:32:56 AM »
Thanks ronjonp

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Why is this file huge?
« Reply #5 on: March 23, 2017, 10:14:36 AM »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC