Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / EndTangent Property

In This Topic
    EndTangent Property (ICurve)
    In This Topic
    Gets the unit tangent vector at the end of the curve.
    Syntax
    'Declaration
     
    ReadOnly Property EndTangent As Vector3D
    Vector3D EndTangent {get;}

    Property Value

    The unit tangent.
    See Also