NevronOpenVision
Nevron.Nov.Chart Namespace / ENSurfaceCellTriangulationMode Enumeration
ENSurfaceCellTriangulationMode Enumeration
Enumerates the grid surface cell triangulation modes.
Syntax
public enum ENSurfaceCellTriangulationMode : System.Enum 
Members
MemberDescription
Diagonal1The cell is triangulated by its first diagonal.
Diagonal2The cell is triangulated by its second diagonal.
MaxSumThe cell is triangulated by diagonal, which has the larger sum of its end points.
MinSumThe cell is triangulated by diagonal, which has the smaller sum of its end points.
Inheritance Hierarchy

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

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