Previous topic

civpy.survey.TIN.plot_surface_3d

Next topic

civpy.survey.TIN.query_simplices

This Page

civpy.survey.TIN.query_distances

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

Finds the closest distances to all simplices within the specified xy-plane radius.

Parameters:
point : array

An array of shape (3,).

radius : float

The radius within the xy-plane in which simplices will be queried.

Returns:
distances : array

An array of distances to simplices of shape (N,).

tin_points : array

An array of closest simplex points of shape (N, 3).