RVTDocs.com

Alignment.GetClosestPoint

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