OCCNurbsCurve.closest_points_curve

OCCNurbsCurve.closest_points_curve(curve, return_distance=False)[source]

Computes the points on curves where the curve is the closest to another given curve.

Parameters
  • curve (NurbsCurve) – The curve to find the closest distance to.

  • return_distance (bool, optional) – Return the points as well as the minimum distance of the two curves.

Returns