0

can anybody give me some directions as to how to read and write the DWG/DXF files.

what i want to achieve is that I want to create a drawing using Quaztcore.(which i can do). but i want to send this drawing via a mail composer in a format which can be opened in auto cad.

Any documents, books, sites, code samples or any suggestions or are most welcomed.

In short, programmatically convert the drawing file into auto cad file.

user1489709
  • 407
  • 4
  • 10

1 Answers1

5

Here is a link to the official AutoCAD DXF reference. I recommend looking at the R14 variety because it's simpler.

  • Thanks for the reply, but this is not I am looking for. I want the xcode coding for reading and writing the drawing files. – user1489709 Feb 24 '13 at 11:53
  • Broken link. PDF now here: https://images.autodesk.com/adsk/files/autocad_2012_pdf_dxf-reference_enu.pdf – narco Jul 02 '19 at 09:44