Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / PointNormal Class / Normal Property

In This Topic
    Normal Property (PointNormal)
    In This Topic
    Gets or sets the 3D normal associated to this 3D point.
    Syntax
    'Declaration
     
    Public Property Normal As Vector3D
    public Vector3D Normal {get; set;}
    See Also