Overload_Rhino_Geometry_Curve_ClosestPoint - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ClosestPoint Method

Overload List

 

Name Description
Public method ClosestPoint(Point3d, Double) Finds parameter of the point on a curve that is closest to testPoint. If the maximumDistance parameter is > 0, then only points whose distance to the given point is <= maximumDistance will be returned. Using a positive value of maximumDistance can substantially speed up the search.
Public method ClosestPoint(Point3d, Double, Double) Finds the parameter of the point on a curve that is closest to testPoint. If the maximumDistance parameter is > 0, then only points whose distance to the given point is <= maximumDistance will be returned. Using a positive value of maximumDistance can substantially speed up the search.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️