Converting a dxf file into csv or ascii file
Converting a dxf file into csv or ascii file
(OP)
I am very interested on knowing how I can convert a dxf file into a csv or ascii file. I'd use this information into a gas network simulation tool.
RE: Converting a dxf file into csv or ascii file
prex
motori@xcalcsREMOVE.com
http://www.xcalcs.com
Online tools for structural design
RE: Converting a dxf file into csv or ascii file
If gnmp really wants to see how to decode a dxf file then if you email me on greglocock at yahoo.com.au I'll send you a qbasic program that extracts lines, only, and displays them. Alternatively look up the reference material in the appendix on dxf files, in the Autocad manual, which gives you a few hints to write your own program, and some sample code.
Cheers
Greg Locock
RE: Converting a dxf file into csv or ascii file
RE: Converting a dxf file into csv or ascii file
http://www.opendwg.org/homepage.htm
The OpenDWG™ Alliance
RE: Converting a dxf file into csv or ascii file
does anyone know any program that does the opposite of what DXF2XYZ does?
thank you
peter
RE: Converting a dxf file into csv or ascii file
Can you be more specific? Do you have a list of points you want to make a dxf file from? If not, then what?
RE: Converting a dxf file into csv or ascii file
thanks
excuse my english.....
peter
RE: Converting a dxf file into csv or ascii file
I have a routine that with a little modification should do what you want. It takes a tab or comma delimitted file in the order point number, northing, easting, elevation, and point code and imports nodes at those locations. If that is what you are looking for, let me know. If I understand you correctly, you want what is basically the point number set as the elevation in your drawing. That could be done without changing the routine. Simply by moving the point number into the fourth column of your text file would make that your elevation in the drawing.
Scott
RE: Converting a dxf file into csv or ascii file
did you make an exe file out of that routine?
can i try it?
thanks a lot!
see you
RE: Converting a dxf file into csv or ascii file
smurrison @cox.net
scott