Create TIN Surface From Survey Data

For @Ernest.Villanueva. See original post here:

Here’s an example of creating a TIN surface from a CSV file of ground survey points. Note that all of the points in the dataset are ground points, so there is no step of filtering out non-ground points. If that is the case, the filtering could be done in Dynamo, or it could be done using selections/queries to separate the points into different point groups (I think this is easier and better for documentation). Then just feed the point group name into the TIN surface creation node.

Uploading CSV files isn’t possible, so just change the .txt file extension to .csv.

CreateSurveySurface.dwg (1.7 MB)
CreateSurveySurface.dyn (3.4 MB)
Existing Ground Points - PENZD.txt (101.2 KB)

CreateSurveySurface

1 Like