Model.find_points_at_xyz

Model.find_points_at_xyz(xyz, tolerance=None)

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

Parameters:
xyzlist of float

The XYZ coordinates of the location.

Returns:
list of int

The point identifiers.