Re: [brlcad-devel] Problem with BRL-CAD generated DXF file
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: Harmanpreet S. <har...@gm...> - 2013-04-15 16:57:09
|
On Fri, Apr 12, 2013 at 1:18 AM, Christopher Sean Morrison <br...@ma...> wrote: > Otherwise, all we know is "something is wrong" which obviously gets us no > closer to knowing what the something is or how to make it not wrong. Made diff file from original and modified file. Original file: https://docs.google.com/file/d/0BwbGknrjPgERV3U5dk4wSE45Sm8/edit?usp=sharing Modified file: https://docs.google.com/file/d/0BxoIqqs6jpcxRkszWEZpaXIwcUU/edit Difference: https://docs.google.com/file/d/0BwbGknrjPgERUmQ4N2o2dTEwU2s/edit?usp=sharing I tried to open file in draftsight and saved it again as dxf 2004. Draftsight re-generated whole file by adding all the necessary variables and classes. Here is the file generated by draftsight: https://docs.google.com/file/d/0BxoIqqs6jpcxSy1Xa2MtY1FEdG8/edit Then opened file in AutoCAD, It says: Error in layer table. Invalid symbol table recordname: "/l.r" on line 1334. Invalid or incomplete DXF input -- Drawing discarded. Replaced all occurrences of "/l.r" with "lr" and with this file opened fine in AutoCAD. Wireframe view in AutoCAD: https://docs.google.com/file/d/0BwbGknrjPgERa0VuLVp5ZEVhZmc/edit?usp=sharing Rendered view in AutoCAD: https://docs.google.com/file/d/0BwbGknrjPgERdnBZMDhIQnFUcDA/edit?usp=sharing -- Harman |