Hi..
I am not quite sure in which thread this quiestion should be posted.
So I post it here.
I need to import Auto CAD files (DWG) into VC++ Opengl program for further processing with 3D api. I dont have any idea for doing it.
Can any body give me a hint or link ?
If there are guys who has done similar things, please help me
Thanks in advance..
Comments
: I am not quite sure in which thread this quiestion should be posted.
: So I post it here.
: I need to import Auto CAD files (DWG) into VC++ Opengl program for
: further processing with 3D api. I dont have any idea for doing it.
: Can any body give me a hint or link ?
: If there are guys who has done similar things, please help me
: Thanks in advance..
:
I have done some work on importing AutoCAD files into my application (not OpenGl, just simple 2D graphic editor) and I used AutoCAD dxf format, which is easy to read (text file). I doubt that you can use AutoCAD native dwg format without knowing documentation how it works. DXF on the other hand is well documented on Autodesk website.
Denny_B