Meggz:
Not directly. But there is a way to extract the data points from the Mesh.
Select the Mesh then use the
Object… command to covert the Mesh to an Object. Open this object using the
Open Object… command. In the 3D Script of the object will be a
MASS statement (around line 40), followed by 2 lines of mass parameters (materials, number of points etc, see MASS command in the GDL Reference Guide), and then one data point per line (x, y, z, status code). The x, y, z coordinates could be extracted from this script and reformatted for the surveyor’s use.
I don’t know if it is worth the effort, but could be useful if a set procedure was established then just redone as the Mesh changed.
David