What I need is a MAXScript that will sample an existing terrain on a grid
that is n columns by n rows with a specified interval for each. For
example: 10 columns by 10 rows with 10m between each column and 10m
between each row.
All the script needs to do is start with a point in the upper left hand
corner of the array, project a test ray in the negative Z direction, once
that ray intersects with the terrain below write that elevation along
with the point number to a .txt file and then move the point to the next