Version

NormalizeTriangulation Property

Determines whether to normalize XY values before sending them to triangulation.
Syntax
'Declaration
 
Public Property NormalizeTriangulation As Boolean
public bool NormalizeTriangulation {get; set;}
Remarks
XY values with dissimilar magnitude can have an undesirable effect on triangulation. Set this property to true to normalize all x and y values using the formula (x(i) - xMin) / (xMax - xMin).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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