RoadEng
Softree
×
Menu
Index
Terrain ASCII File Format
Terrain ASCII export files consist of the following delimited fields:
1) Feature name and sub id.
e.g. Creek-21 where Creek = feature name and 21 = sub id.
2) Station - accumulated distance along the feature. Note for single point features this will always be 0.0.
3) X coordinate.
4) Y coordinate.
5) Z coordinate.
6) Comment. If the comments contains delimiter characters they are replaced with "~" before output.