NXOpen.UF.Eval.EvaluateClosestPoint

Eval.EvaluateClosestPoint()

Refer to UF_EVAL_evaluate_closest_point for documentation.

Signature: EvaluateClosestPoint(evaluator, referencePoint)

Parameters:
  • evaluator (PointerWrapper for UF_EVAL_S) – The evaluator structure of the curve.
  • referencePoint (list of float) – The reference point
Returns:

A Tuple

Return type:

A tuple consisting of (parm,closestPoint)

parm(float): The parameter of the closest point on the curve to the reference point. This parameter is not normalized.

closestPoint(list of float): The closest point on the curve to the reference point.

License requirements: None