KnotVectorExtender.GetFirstSimilarKnotIndex Method

Gets the index of the first similar knot vector (within prescribed tolerance).
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
This language is not supported or no code example is available.
public static bool GetFirstSimilarKnotIndex( 
this double[] U
int p
double minDist
out int index
out int mult 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

minDist
double

The min acceptable dist between knots

index
int

The knot to be removed index

mult
int

The knot to be removed multiplicity

Return Value

bool

True if two similar know were found, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition