Is there a way to create a station, elevation file for a 3D line at incremented elevations? For example at every tenth of a foot change:
station, elevation
0, 750.6
43.67, 750.5
59.34, 750.4
76.55, 750.5
101.97, 750.6
Right now I can use Feature Class Z to ASCII (with Profile as the output) and get a station, elevation file at random elevations (presumably where the line intersects a new triangle in the TIN).
Any ideas? Thank you!!!