Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Face Class / GetError Method
The object vertices
The object edges

In This Topic
    GetError Method (Solid3D.Face)
    In This Topic
    Gets the maximum gap between face loops' edges.
    Syntax
    'Declaration
     
    Public Function GetError( _
       ByVal vertices() As Point3D, _
       ByVal edges() As Solid3D.Edge _
    ) As Double
    public double GetError( 
       Point3D[] vertices,
       Solid3D.Edge[] edges
    )

    Parameters

    vertices
    The object vertices
    edges
    The object edges

    Return Value

    The maximum gap value.
    See Also