Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexTriangle Class / Quality Method
A collection of 2D points representing the 2D mesh vertices.

In This Topic
    Quality Method
    In This Topic
    Computes the triangle quality.
    Syntax
    'Declaration
     
    Public Function Quality( _
       ByVal vertices As IList(Of Point3D) _
    ) As Double
    public double Quality( 
       IList<Point3D> vertices
    )

    Parameters

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

    Return Value

    The triangle quality (from 0 to 1)
    See Also