Curve3dGetProjectedClosestPointTo(Point3d, Vector3d) Method

Retrieves the point on this curve closest to the specified point when projected in the specified direction.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public PointOnCurve3d GetProjectedClosestPointTo(
        Point3d point,
        Vector3d projectDirection
)

Parameters

point  Point3d
[in] Point to which the closest point on this curve is calculated.
projectDirection  Vector3d
[in] Projection direction.

Return Value

PointOnCurve3d
Closest point on this curve.
See Also

©  Bricsys NV. All rights reserved.