Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / GetFirstSimilarKnotIndex Method
Degree
The min acceptable dist between knots
The knot to be removed index
The knot to be removed multiplicity

In This Topic
    GetFirstSimilarKnotIndex Method
    In This Topic
    Gets the index of the first similar knot vector (within prescribed tolerance).
    Syntax
    'Declaration
     
    Public Shared Function GetFirstSimilarKnotIndex( _
       ByVal U() As Double, _
       ByVal p As Integer, _
       ByVal minDist As Double, _
       ByRef index As Integer, _
       ByRef mult As Integer _
    ) As Boolean
    public static bool GetFirstSimilarKnotIndex( 
       double[] U,
       int p,
       double minDist,
       out int index,
       out int mult
    )

    Parameters

    U
    p
    Degree
    minDist
    The min acceptable dist between knots
    index
    The knot to be removed index
    mult
    The knot to be removed multiplicity

    Return Value

    True if two similar know were found, false otherwise.
    See Also