Edge.GetClosestPointTo Method
Parent Object: EdgeDescription
Method that returns a point on the edge that is closest to the input point. A single point is returned even if multiple equidistant points are found. To get the u parameter of the returned point on the edge, use Edge.Evaluator.GetParamAtPoint method.
Syntax
Edge.GetClosestPointTo( InputPoint As Point ) As PointParameters
Name | Type | Description |
InputPoint | Point | Point object that specifies the point for which the closest point on the edge is to be located. If the input point lies on the Edge, the coordinates of the input point are returned. |