Skip to main content
GameDev.net gamedev.net
🔒 Locked

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

Started by eriveraa Jul 29, 2008 at 6:14 PM 1 replies 1.5k views
Original Post
eriveraa
eriveraa
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.
Toolmaker
Toolmaker
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
 
eriveraa
eriveraa
Thanks for your reply ToolMaker...any more ideas???

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.