TheSwamp

CAD Forums => CAD General => Topic started by: HasanCAD on March 20, 2017, 06:19:24 AM

Title: Why is this file huge?
Post by: HasanCAD on March 20, 2017, 06:19:24 AM
Could some one find out why is this file is huge?
Title: Re: Why is this file huge?
Post by: ronjonp on March 20, 2017, 09:03:39 AM
Probably:
Quote
    AEC_DISP_REPS.Count = 149
    AEC_DISPLAY_PROPS_DEFAULTS.Count = 141
Use THIS (http://www.theswamp.org/index.php?topic=9433.0) tool to see what in the drawing.
Title: Re: Why is this file huge?
Post by: HasanCAD 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")
Title: Re: Why is this file huge?
Post by: ronjonp 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 (https://www.theswamp.org/index.php?topic=52344.msg573015#msg573015) tool.
Title: Re: Why is this file huge?
Post by: HasanCAD on March 23, 2017, 07:32:56 AM
Thanks ronjonp
Title: Re: Why is this file huge?
Post by: ronjonp on March 23, 2017, 10:14:36 AM
Thanks ronjonp
:)