Curve.RefineKnotVector Method

Refines the curve knot vector.
Public Sub RefineKnotVector( _ 
ByVal X As Double() _ 
)
This language is not supported or no code example is available.
public void RefineKnotVector( 
double[] X 
)
This language is not supported or no code example is available.

Parameters

X
double[]

The new knots to insert in the knot vector

.NET Framework

Supported in: 4.8

In this article

Definition