Closed tchrdav closed 1 year ago
Hi @tchrdav,
I've checked the dxf, the file doesn't follow the official dxf documentation and seems to have some invalid fields, this is what I've found:
After this investigation I've noticed that Autocad doesn't seem to be bother for this issues in the file and it can be opened without any problems so I'll open a branch to make the DxfReader
more flexible for this irregularities.
Actions:
Failsafe
in the reader works properly and is able to finish the reading notifying the errors found.DxfReader
to make sure that can handle references using names or handles.
Describe the bug I tried to open a DXF files created in LibreCAD and got a CadLib.Exceptions.DxfException
To Reproduce Download LibreCAD from https://librecad.org Create any DXF file, and save it on disk. Open with ACadSharp library.
Expected behavior File must be opened without exceptions.
Additional context Circle.zip