elliotf / heekscad

Automatically exported from code.google.com/p/heekscad
0 stars 0 forks source link

dxf file won't import #321

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I found that dxf files from Bricscad won't import, sometime after svn rev 1362. 
Rev 1362 does work.  I have rev 1372 built and when I try and import an 
'Autocad 2000'dxf file nothing happens. Qcad files seem to work though. 
I will attach a file that just has a polyline rectangle with fillets on it's 
corners, made with Bricscad V11 on linux. 

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 5 Dec 2010 at 3:40

Attachments:

GoogleCodeExporter commented 8 years ago
Can you try converting the dxf file to unix newlines before importing? I have 
just debugged the current revision 1446 on Ubuntu 10.04 and see that importing 
(or opening) dxf files with Windows newlines does not work (because 
CDxfRead::get_line() does not strip the '\r').

Original comment by robert.p...@gmail.com on 3 May 2011 at 1:36

GoogleCodeExporter commented 8 years ago
Yes, that seems to be it. I used 'fromdos' on a test dxf file and it imports 
fine.
Thank you.

Original comment by ddfalck2...@yahoo.com on 5 May 2011 at 9:50

GoogleCodeExporter commented 8 years ago
fixed, I think

Original comment by ddfalck2...@yahoo.com on 4 Jul 2011 at 12:08