I initially created this application to validate my DXF parser. It allows you to view a DXF file in a structured format (json like).
If you are looking to reverse engineer undocumented data from DXF files, this is undoubtedly a good place to start.
If you have any questions, suggestions or issues, please contact me on LinkedIn.
For those who are interested, I plan to release the parser as open source nuget package as soon as it is stable and I have found the time to clean up the code and document it minimally.
The advantage of this parser, written in C#, is that it restores all of the data in the DXF file, including data that is not documented by Autodesk or that is particularly complex to reconstruct as an object, which, to my knowledge, existing parsers such as netDxf (C#, no longer maintained), ezdxf (Python), dxfjs (JavaScript) do not allow.
To (may)be continued
- Search a value
- Jump between items using handles
- Draw a dependency graph