Here you specify the start and end coordinates for the lines within the 3D matrix, from which you want to extract profile data.
Specifying the line spacing is specifying how many points you want the line to be split in, e.g. how many points between "start point" and "end point".
If you have specified to extract some of the items as vectors, the points are not extracted in the exact coordinates on the line that you specified, but in points in between the grid points. e.g if you specified that you want a line going through the point P on the picture below, the program will calculate the vector components in the points u, v and w, which are afterwards projected on the line you specified.
Figure 6.1 Extraction of vectors