Previous topic

civpy.survey.TIN.query_distances

Next topic

civpy.survey.PI

This Page

civpy.survey.TIN.query_simplices

TIN.query_simplices(self, point, radius)[source]

Returns the indices of all simplices that have a corner within the specified radius of the input point.

Parameters:
point : array

A point of shape (2,) or (3,).

radius : float

The xy-plane radius used for the query.