[.net] Reading and writing DXF files , help!!

Started by
1 comment, last by eriveraa 15 years, 9 months ago
Hi everybody, i am looking for a freeware / open source library to read and write DXF files with C# (Net framework). It's really important for my graphics project. Any ideas?. Thanks in advance.
Advertisement
I work as a programmer on a small CAM software package. I just pulled up our source to see what it's like, and it appears that DXF files aren't that difficult to load.
I suggest you take a look at http://www.wotsit.org/list.asp?search=DXF&button=GO! for the various DXF description files.

We use C++, I can't give you our code for obvious reasons and I haven't touched DXF file loading/saving myself, but from the looks of our code, the format should be fairly simple to load and parse.

Toolmaker

Thanks for your reply ToolMaker...any more ideas???

This topic is closed to new replies.

Advertisement