RhinoCurve.closest_points

RhinoCurve.closest_points(points, maxdist=0.0)[source]

Compute the closest points on the curve to a list of point locations.

Parameters
  • points (list) – The point locations.

  • maxdist (float, optional) – The maximum distance between the closest points and the curve. Default is 0.0.

Returns

list – A list of closest point locations.