NXOpen.UF.Sf.AskClosestPoint

Sf.AskClosestPoint()

Refer to UF_SF_ask_closest_point for documentation.

Signature: AskClosestPoint(point, entity)

Parameters:
  • point (list of float) – Input point
  • entity (Tag) – Polygon edge/face/body
Returns:

A Tuple

Return type:

A tuple consisting of (closestPoint,minDist)

closestPoint(list of float): Closest point on entity

minDist(float): Minimum distance

License requirements: None