IndexTriangle.Quality Method

Computes the triangle quality.
Public Function Quality( _ 
ByVal vertices As IList(Of Point3D) _ 
) As Double
This language is not supported or no code example is available.
public double Quality( 
IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

A collection of 2D points representing the 2D mesh vertices.

Return Value

double

The triangle quality (from 0 to 1)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition