Replies: 1 comment 5 replies
-
Hi @Lukeor, I've checked the files, the dxf is widely incomplete, there is not even a version number but I'm guessing that is only meant to store some geometry, this branch is meant to make the reader more flexible due the differences between the dxf versions and other generators, I'll try to fix it. The dwg seems to trigger a bug in Thanks for your support! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
My line of work involves me and my colleagues regularly working with .dxf and .dwg files. We often come across a variety of CAD files that have been created in a wide variety of applications. Due to this, some of these files may have slight variations between each other and this is known to sometimes cause issues when viewing them in CAD viewers such as QGIS, AutoCAD etc.
ACadSharp is very good at reading in the vast majority of .dxf and .dwg files without any issues, but sometimes it can throw an exception when reading in a file.
I understand that the cause for these .dxf .dwg not being able to be read into ACadSharp is probably down to the validity of the file itself and the data within; I thought however it might be useful to share these problematic files with you in case you were interested in having a look and investigating the reason why.
Thanks again for a great library.
Problematic CAD Files.zip
Luke
Beta Was this translation helpful? Give feedback.
All reactions