NevronOpenVision
Nevron.Nov.Chart Namespace / ENTriangleRasterizationMode Enumeration
In This Topic
    ENTriangleRasterizationMode Enumeration
    In This Topic
    Enumerates the triangle rasterization modes used the grid surface binning
    Syntax
    public enum ENTriangleRasterizationMode : System.Enum 
    Members
    MemberDescription
    AverageThe all triangle values are summed and the average value of all triangles affecting the cell is taken
    BottomMostOnly the bottom most triangle z value affects cell value
    TopMostOnly the top most triangle z value affects the cell value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENTriangleRasterizationMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also