KnotVectorExtender.GetStyle Method

Gets the knot vector style.
Public Shared Function GetStyle( _ 
ByVal U As Double(), _ 
ByVal p As Integer, _ 
ByVal n As Integer
) As knotVectorType
This language is not supported or no code example is available.
public static knotVectorType GetStyle( 
this double[] U
int p
int n 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

n
int

Number of control points

Return Value

knotVectorType

The knot vector style.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition