Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Triangle Class / Normal Property

In This Topic
    Normal Property (Triangle)
    In This Topic
    Gets or sets the triangle's normal.
    Syntax
    'Declaration
     
    Public Property Normal As Vector3D
    public Vector3D Normal {get; set;}
    See Also