Curve.ClosestPoints Method

CurveClosestPoints Method

Overload List
  NameDescription
Public methodClosestPoints(Curve, Point3d, Point3d)
Gets closest points between this and another curves.
Public methodClosestPoints(IEnumerableGeometryBase, 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 methodClosestPoints(IEnumerableGeometryBase, 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.

Top
See Also