Curve2dGetClosestPointTo(Point2d, Tolerance) Method

Retrieves the closest point on this curve to the specified point within the specified tolerance.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public PointOnCurve2d GetClosestPointTo(
        Point2d point,
        Tolerance tolerance
)

Parameters

point  Point2d
[in] Point to which the closest point is calculated.
tolerance  Tolerance
[in] Geometric tolerance.

Return Value

PointOnCurve2d
The closest point on this curve.
See Also

©  Bricsys NV. All rights reserved.