NXOpen.UF.Vec3.DistanceToPlane

Vec3.DistanceToPlane()

Refer to UF_VEC3_distance_to_plane for documentation.

Signature: DistanceToPlane(pnt1, pntOnPlane, planeNormal, tolerance)

Parameters:
  • pnt1 (list of float) – Point to calculate distance from
  • pntOnPlane (list of float) – Point located on the plane
  • planeNormal (list of float) – Plane normal
  • tolerance (float) – Tolerance value to use for checking
Returns:

The normal distance from the point to the plane

Return type:

float

License requirements: None