SurfaceGetClosestPointTo(Point3d,
Tolerance) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public PointOnSurface GetClosestPointTo(
        Point3d point,
        Tolerance tolerance
)
 
Public Function GetClosestPointTo ( 
        point As Point3d,
        tolerance As Tolerance
) As PointOnSurface
 
public:
PointOnSurface^ GetClosestPointTo(
        Point3d point, 
        Tolerance tolerance
)
 
member GetClosestPointTo : 
        point : Point3d * 
        tolerance : Tolerance -> PointOnSurface 
 
 
 
Parameters
- point  Point3d
 
-  
 
- tolerance  Tolerance
 
-  
 
Return Value
PointOnSurface
 
See Also