LanloyLisp Posted November 6, 2017 Posted November 6, 2017 Hello Guys! It's been a long time since my last post in this forum. Kindly please help me to find out which causes my drawing file size very large (around 42 MB). Hopefully this will satisfy my curiosity. Thanks! dwg file to download: https://we.tl/cBjbEGKQof Quote
ronjonp Posted November 6, 2017 Posted November 6, 2017 Not much in that file: Blocks.Count = 2 *Model_Space.Count = 0 *Paper_Space.Count = 0 Dictionaries.Count = 16 ACAD_BACKGROUND.Count = 0 ACAD_CIP_PREVIOUS_PRODUCT_INFO has no property. ACAD_COLOR.Count = 0 ACAD_DETAILVIEWSTYLE.Count = 1 Groups.Count = 0 Layouts.Count = 2 Nameless, Handle=6A.Count = 3 ACAD_MLEADERSTYLE.Count = 1 ACAD_MLINESTYLE.Count = 1 PlotConfigurations.Count = 0 ACAD_PLOTSTYLENAME.Count = 1 ACAD_SCALELIST.Count = 17 ACAD_SECTIONVIEWSTYLE.Count = 1 ACAD_TABLESTYLE.Count = 1 ACAD_VISUALSTYLE.Count = 24 AcDbVariableDictionary.Count = 11 DimStyles.Count = 1 Groups.Count = 0 Layers.Count = 1 Layouts.Count = 2 Linetypes.Count = 3 RegisteredApplications.Count = 7 Modelspace.Count = 0 Paperspace.Count = 0 After I purge and save the size goes to 37 kb. Quote
LanloyLisp Posted November 6, 2017 Author Posted November 6, 2017 I'm using Autocad 2017 and I don't have any luck finding these "RegisteredApplications.Count = 7". I already tried -purge>regapps>n but the result is "No unreferenced registered applications found." Quote
rkmcswain Posted November 6, 2017 Posted November 6, 2017 Opened it in BricsCAD, did a saveas (without doing anything else) - and the file size of the new file is 38kb Quote
LanloyLisp Posted November 6, 2017 Author Posted November 6, 2017 Hi Tharwat, I tried the application and the result is the same "No unreferenced registered applications found." Quote
LanloyLisp Posted November 6, 2017 Author Posted November 6, 2017 Try using THIS to clean the drawing. Hi Ron, thanks for the LISP file reducer. I'm just curious what are those 7 Registered Applications you found on the file? Quote
LanloyLisp Posted November 6, 2017 Author Posted November 6, 2017 Opened it in BricsCAD, did a saveas (without doing anything else) - and the file size of the new file is 38kb Hi rkmcswain, good to know BricsCAD reduces the file. But I don't have this installed. Quote
rkmcswain Posted November 6, 2017 Posted November 6, 2017 USE DXFOUT and then look at all of the data in there. A boatload of 310 records. Over 385MB in this format. You don't need this DWG file. Just start a new empty one. There is literally nothing in this one except this garbage. BTW: You can download BricsCAD and try it if you'd like. Quote
ronjonp Posted November 6, 2017 Posted November 6, 2017 Hi Ron, thanks for the LISP file reducer. I'm just curious what are those 7 Registered Applications you found on the file? Here is what I found: _$ "ACAD" "ACAD_PSEXT" "AcadAnnotative" "ACAD_DSTYLE_DIMJAG" "ACAD_DSTYLE_DIMTALN" "ACAD_NAV_VCDISPLAY" "ACAD_DSTYLE_DIMBREAK" "ACAD_DSTYLE_DIMBREAK" _$ Quote
LanloyLisp Posted November 7, 2017 Author Posted November 7, 2017 USE DXFOUT and then look at all of the data in there.A boatload of 310 records. Over 385MB in this format. You don't need this DWG file. Just start a new empty one. There is literally nothing in this one except this garbage. BTW: You can download BricsCAD and try it if you'd like. rkmcswain..Can you please list down the 310 records. I'm not sure what are these datas that accumulated into large garbage. I hope I will not encounter again same as this file. Quote
LanloyLisp Posted November 7, 2017 Author Posted November 7, 2017 Here is what I found: Thanks Ronjonp Quote
rkmcswain Posted November 7, 2017 Posted November 7, 2017 rkmcswain..Can you please list down the 310 records. Just do as I said and export the drawing to DXF format, then open the DXF file in Notepad. You can see it clearly. Here is a screenshot. Quote
ReMark Posted November 7, 2017 Posted November 7, 2017 Lan: Since the drawing contains nothing of value why are you even concerned? Quote
LanloyLisp Posted November 7, 2017 Author Posted November 7, 2017 Lan: Since the drawing contains nothing of value why are you even concerned? Hi Remark, Actually there were objects present before. I noticed that why does the file is heavy whereas there are only around 1000 objects. So I made the file empty on my curiosity to find which causes the file huge. Quote
ReMark Posted November 7, 2017 Posted November 7, 2017 I think you should have provided the original (full) drawing instead of an empty drawing. Quote
LanloyLisp Posted November 7, 2017 Author Posted November 7, 2017 I have the original file in our office. I will make a link tomorrow. Quote
ReMark Posted November 7, 2017 Posted November 7, 2017 Where did the drawing originate from? What program was the drawing created with? Did you "borrow" any content from any other drawing and insert it into this drawing? Do you regularly clean up your drawings using such commands as Overkill, -Purge, Audit and WBlock? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.