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