Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Project Method / Project(Point3D,Double,Double) Method
The 3D point
The s parameter of the closest point on the plane
The t parameter of the closest point on the plane

In This Topic
    Project(Point3D,Double,Double) Method
    In This Topic
    Gets point on plane that is closest to a given point.
    Syntax
    'Declaration
     
    Public Overloads Sub Project( _
       ByVal P As Point3D, _
       ByRef s As Double, _
       ByRef t As Double _
    ) 
    public void Project( 
       Point3D P,
       out double s,
       out double t
    )

    Parameters

    P
    The 3D point
    s
    The s parameter of the closest point on the plane
    t
    The t parameter of the closest point on the plane
    See Also