SurfaceGetClosestPointTo(Point3d, Tolerance) Method

Gets a point on this surface that is the closest to the specified point according to a tolerance.

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

Parameters

point  Point3d
[in] Point for which to get the closest point on this surface.
tolerance  Tolerance
[in] Geometric tolerance.

Return Value

PointOnSurface
See Also

©  Bricsys NV. All rights reserved.