reading a .dxf template
reading a .dxf template
(OP)
hi everybody ,
i have a program that can generate dxf files. (Outputs in the form of dxf), but i don't like what the program is producing ,i don't have the source code for the program but i think that the default features of each drawing produced is stored in a single dxf file ,
now, I’ve opened this dxf in a text editor and tried to figure out what each line is for but it seems a very difficult thing to do ,,is there a away (software or a script )that interpret the settings stored in this file and allow me to change it so that the program will produce the output in the shape i like (fonts, colours, layers etc) .
thanks a lot for reading my Question.
i have a program that can generate dxf files. (Outputs in the form of dxf), but i don't like what the program is producing ,i don't have the source code for the program but i think that the default features of each drawing produced is stored in a single dxf file ,
now, I’ve opened this dxf in a text editor and tried to figure out what each line is for but it seems a very difficult thing to do ,,is there a away (software or a script )that interpret the settings stored in this file and allow me to change it so that the program will produce the output in the shape i like (fonts, colours, layers etc) .
thanks a lot for reading my Question.





RE: reading a .dxf template
======================================================
Input database handles are ignored when $HANDLING is not set to ON.
DXF read error on line 1035.
Invalid or incomplete DXF input -- drawing discarded.
=======================================================
line 1035 is the first empty line.
RE: reading a .dxf template
RE: reading a .dxf template