Model.find_points_at_xy

Model.find_points_at_xy(xyz, tolerance=None)

Find the model points at or close to a spatial location.

Parameters:
xyzlist of float

The XY(Z) coordinates of the location.

Returns:
list of int

The point identifiers.