Hi;
I've got an ASCII sites file with coordinates (x,y,z) and two descriptions
for each row, and would like to put it in dxf format to open it with AutoCad,
to make some corrrections.
The file is like:
661489.489|4177000.852|131.439|#1 @PU5 @Puente
661490.173|4177009.681|131.437|#2 @PU4 @Puente
661490.951|4177019.686|131.447|#3 @PU3 @Puente
...
I've tried to convert it into vect - s.to.vect - and from this into ascii -
- v.out.ascii - (to convert it later to dxf with v.out.dxf). But I've seen
that the ascii vect file has lost the z coordinate.
I guess I'm doing something wrong. Could someone tell me what?
Thanks and best wishes,
Javier