Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / ClosestPointTo Method
The 3D point
The closest 3D point to P

In This Topic
    ClosestPointTo Method (Solid3D)
    In This Topic
    Computes the signed distance between a 3D point and this Solid3D object.
    Syntax
    'Declaration
     
    Public 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 Solid3D object.
    See Also