haplokuon / netDxf

.net dxf Reader-Writer
MIT License
995 stars 405 forks source link

View a dxf file #322

Closed mymike00 closed 3 years ago

mymike00 commented 3 years ago

Hi, I'm wondering if and how this library can be used to render and display a DXF file in a GUI.

More specifically I'm interested in using this lib in a LabVIEW application, so I'd need a .NET control, which doesn't exist in the latest binary I downloaded. My question is if the library already has the ability to render a DXF file and thus a .NET control can be created quite easily.

Thank you in advance

haplokuon commented 3 years ago

netDxf do not provide any kind of functionality to display the contents of the a DXF, you will need to code it yourself.

mymike00 commented 3 years ago

Ok, thank you!