What Versions of AutoCAD does dxflib work with?

Please use this forum to post feedback and suggestions related to dxflib.

Moderator: andrew

Post Reply
pricecreations
Newbie Member
Posts: 7
Joined: Thu Aug 02, 2007 2:34 pm

What Versions of AutoCAD does dxflib work with?

Post by pricecreations » Thu Aug 02, 2007 2:40 pm

Is dxflib compatible with AutoCAD 2004?

User avatar
andrew
Site Admin
Posts: 9019
Joined: Fri Mar 30, 2007 6:07 am

Post by andrew » Fri Aug 03, 2007 9:01 am

When reading a DXF file, dxflib handles all entities that are supported by dxflib regardless of the DXF version of the file.

When writing, you can specify the version to write, e.g.:

Code: Select all

DL_WriterA* dw = dxf.out("myfile.dxf", DL_Codes::AC1015);
dxflib supports the Autocad R12 and Autocad 2000 DXF specifications.

xelecara

Post by xelecara » Thu Jun 23, 2011 11:11 am

Question about Pro Engineer CAD software? My professional edition of Pro-E won't open files that were created in the student edition of the software. I have several CAD drawings that I created at school and now I can't use them at home. Is there a workaround/hack to this BS from Dassault?

User avatar
andrew
Site Admin
Posts: 9019
Joined: Fri Mar 30, 2007 6:07 am

Post by andrew » Thu Jun 23, 2011 11:28 am

xelecara: Not sure I understand. Where the files created with dxflib or QCAD at all?

Post Reply

Return to “dxflib Suggestions and Feedback”