Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Drop Method
The plane
The 3D curve

In This Topic
    Drop Method
    In This Topic
    Project curve on the specified plane.
    Syntax
    'Declaration
     
    Public Shared Function Drop( _
       ByVal pln As Plane, _
       ByVal curve As ICurve _
    ) As Curve
    public static Curve Drop( 
       Plane pln,
       ICurve curve
    )

    Parameters

    pln
    The plane
    curve
    The 3D curve

    Return Value

    The resulting Nurbs curve.
    See Also