Get Dwg/Dxf file data into JSON format in Asp.Net application

Get Dwg/Dxf file data into JSON format in Asp.Net application

Anonymous
Not applicable
1,967 Views
1 Reply
Message 1 of 2

Get Dwg/Dxf file data into JSON format in Asp.Net application

Anonymous
Not applicable

Get data from the link https://dwgmodels.com/1034-modern-house.html and export it content into JSON format.

0 Likes
1,968 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

you  want to get EVERYTHING from the DXF/DWG into the JSON file??!?!

 

For DXF I would recommend this library, very easy to parse objects, maybe you can even serialize some automatically:

https://www.nuget.org/packages/netDXF/

0 Likes