PDA

View Full Version : Flat Text Files


LouJ
08-03-2004, 03:50 PM
Can anyone advise how to export a flat text file out of AutoCad?

YosSa
08-03-2004, 09:12 PM
in what ??
What ya want exactly ??

Just a 1 line text ??

copy paste ...

LouJ
09-03-2004, 04:35 PM
I need to export out the XY coordinates for a mapped area. There are many lines of text. It will be input in another program (not CAD) offsite. The tech is requesting flat text file.[/list]

architech
09-03-2004, 11:55 PM
To my knowledge you can't do this straight out of AutoCAD. This sounds like you need a custom LSP to do the following.
1.
Extract the points from your file.
2.
Then convert the points into x,y coordinates
3.
And possibly save the file as a CSV (comma delimited) file

I can figure out the theory behind your problem just a little rusty on writing LSP.

Hopefully someone here shed some light from my analysis. :oops:

Later guy.