haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

Fix parsing of OCC output #404

Closed ghost closed 2 years ago

ghost commented 2 years ago

DXF output from OpenCascade is usually not parsable due to missing dimension linetype. This fix allow to parse the document using CONTINUOUS linetype as default fallback.

haplokuon commented 2 years ago

If you have an problem opening a DXF file, open an issue instead and do not forget upload a sample file so I can test it.