Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / Normal Property

In This Topic
    Normal Property (Segment2D)
    In This Topic
    Gets the 2D segment normal vector (not normalized).
    Syntax
    'Declaration
     
    Public ReadOnly Property Normal As Vector2D
    public Vector2D Normal {get;}
    See Also