Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Normals Property

In This Topic
    Normals Property (Mesh)
    In This Topic
    Gets or sets the mesh normals.
    Syntax
    'Declaration
     
    Public Property Normals As Vector3D()
    public Vector3D[] Normals {get; set;}
    Remarks
    The number of normals depends on the MeshNature.
    See Also