OCCSurface.closest_point
- OCCSurface.closest_point(point, return_parameters=False)
- Compute the closest point on the curve to a given point. - Parameters:
- pointPoint
- The point to project to the surface. 
- return_parametersbool, optional
- If True, return the surface UV parameters in addition to the closest point. 
 
- Returns: