Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Project Method / Project(Point3D,Double) Method

In This Topic
    Project(Point3D,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Project( _
       ByVal point As Point3D, _
       ByRef t As Double _
    ) As Boolean
    public bool Project( 
       Point3D point,
       out double t
    )

    Parameters

    point
    t
    See Also