Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / Tangent Property

In This Topic
    Tangent Property (Line)
    In This Topic
    Evaluates the unit tangent vector, it is the same at all the points of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tangent As Vector3D
    public Vector3D Tangent {get;}
    See Also