nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Support reading DXF documents. #37

Closed mme1950 closed 9 months ago

mme1950 commented 9 months ago

ACadSharp has a DxfReader class. Implement a new method LoadDxf in the class ACadLoader.