Overload_Rhino_Geometry_Curve_ClosestPoints - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ClosestPoints Method

Overload List

 

Name Description
Public method ClosestPoints(Curve, Point3d, Point3d) Gets closest points between this and another curves.
Public method ClosestPoints(IEnumerable(GeometryBase), Point3d, Point3d, Int32) Finds the object (and the closest point in that object) that is closest to this curve. Breps, surfaces, curves and point clouds are examples of objects that can be passed to this function.
Public method ClosestPoints(IEnumerable(GeometryBase), Point3d, Point3d, Int32, Double) Finds the object (and the closest point in that object) that is closest to this curve. Breps, surfaces, curves and point clouds are examples of objects that can be passed to this function.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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