Previous topic

civpy.survey.TIN.breakpoints

Next topic

civpy.survey.TIN.find_simplices

This Page

civpy.survey.TIN.elevation

TIN.elevation(self, point)[source]

Returns the elevation of the TIN surface at the input point. Returns NaN if the TIN surface does not exist at that point.

Parameters:
point : array

A point for which the elevation will be calculated. The point must be of shape (2,) or (3,).