M

Alignment.GetClosestPoint

Description:
Calculates the point on the alignment's geometry which is closest to the given model point.
public XYZ GetClosestPoint(
	XYZ point
)
  • point
    The model point for which to calculate the closest point.
Return Value XYZ The alignment point closest to the given model point.