Eyeshot 10 WinForms API Reference
ClosestPointTo(Point3D,Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > ClosestPointTo Method : ClosestPointTo(Point3D,Point3D) Method
The 3D point
The closest 3D point to P
Computes the signed distance between a 3D point and this surface object.
Syntax
'Declaration
 
Public Overloads Function ClosestPointTo( _
   ByVal P As Point3D, _
   ByRef closest As Point3D _
) As Double
public double ClosestPointTo( 
   Point3D P,
   out Point3D closest
)

Parameters

P
The 3D point
closest
The closest 3D point to P

Return Value

The signed distance with this surface object.
See Also

Reference

Surface Class
Surface Members
Overload List