Login  Register

Re: ASCII file format

Posted by Rallaz on Jan 07, 2013; 8:36am
URL: https://forum.librecad.org/ASCII-file-format-tp5707429p5707431.html

The format is:

N,X,Y,Z,C
where:
N = point number
X = x data (east)
Y = y data (north)
Z = z data (elevation)
C = code like "wall" "axis" "pine" etc. (optional)

decimal sepparator allways is point.
field separator can be:
tabulator, space or comma.

The message "dibpunto procesFile" are for information
and a more correct message is "Processing ascii file..."

Note that if the current view is from 0,0 to 240,120 (p.e.)
and points have a extension from 500,500 to 1000,700 (p.e.)
seems that did not work.

When the plugin ends you must run "View->Auto zoom" or
double click with middle button mouse