RhinoSurface.closest_point

RhinoSurface.closest_point(xyz)[source]

Return the XYZ coordinates of the closest point on the surface from input XYZ-coordinates.

Parameters

xyz (list) – XYZ coordinates.

Returns

list – The XYZ coordinates of the closest point on the surface.