Curve2dGetClosestPointTo Method (Point2d)

Retrieves the closest point on this curve to the specified point.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public PointOnCurve2d GetClosestPointTo(
        Point2d point
)

Parameters

point
Type: Teigha.GeometryPoint2d
[in] Point to which the closest point is calculated.

Return Value

Type: PointOnCurve2d
The closest point on this curve.
See Also

©  Bricsys NV. All rights reserved.