PDA

View Full Version : reading a xyz points file


quico17
12-03-2004, 04:09 PM
I have a txt file with the xyz cordinates of a certain number of points. For instance:

....................
2000. 3000. 1542.
2001. 3000. 1565.
2002. 3000. 1569.
2003. 3000. 1572.
2004. 3000. 1565.
2005. 3000. 1567.
...................

How can I read this points in to a Autocad drawing, and export the points on the same txt format?

architech
12-03-2004, 08:48 PM
type .... point
then type ....
2000, 3000, 1542

And repeat the the steps again & again .... :wink:

As for exporting them .... into a ttxt file ... can't be done w/out a custom LSP. And I don't have 1. :oops:

sorry guy.

YosSa
16-03-2004, 06:49 AM
I made 1 but its completely in dutch ...
Dont feel like translating it :)

Eddie
22-03-2004, 01:08 AM
8) What are points for ?
If you need these points for to creat contours in either 2D or 3D then there programs available for this.

Let us know what you need the points imorted and exported for ?