GridPartitionMethod Enumeration
Enumeration constants that define mesh triangulation modes
Syntax
public enum GridPartitionMethod : System.Enum 
Members
MemberDescription
Balanced Mesh cells are partitioned into two triangles by picking the diagonal that is chosen based on the average height of the cell
Default Mesh cells are partitioned into two triangles by picking the diagonal from [x,z] to [x+1,z+1] corner
MaxHeightDifference Mesh cells are partitioned into two triangles by picking the diagonal that has the largest height difference
MinHeightDifference Mesh cells are partitioned into two triangles by picking the diagonal that has the smallest height difference
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.RenderableSeries.GridPartitionMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also