Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing a 3d surface modeling program for boat design and I want to be able to create DWG files to export to a cnc machine. Does any one know the structure of the DWG format. I know it is a vector format, but I would need the exact details to create a file.
Posted

1 solution

Google knows everything[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Mar-12 19:58pm    
Not exactly. The format is very, very cryptic, done so on purpose.
To work with it, I has to use expensive subscription of Open Design Alliance and later a product of some 3rd-party. Not easy at all.
--SA
Richard MacCutchan 14-Mar-12 5:24am    
I didn't expect it to be easy, but that is neither here nor there. I was pointing OP to the starting place for questions such as this.
Sergey Alexandrovich Kryukov 14-Mar-12 12:24pm    
Well, fair enough. A 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900