Surface(Int32, Double(), Int32, Double(), Point4D(,)) Constructor

Standard constructor.
Public Sub New( _ 
ByVal uDegree As Integer, _ 
ByVal uKnotVector As Double(), _ 
ByVal vDegree As Integer, _ 
ByVal vKnotVector As Double(), _ 
ByVal ctrlPoints As Point4D(,) _ 
)
This language is not supported or no code example is available.
public Surface( 
int uDegree
double[] uKnotVector
int vDegree
double[] vKnotVector
Point4D[,] ctrlPoints 
)
This language is not supported or no code example is available.

Parameters

uDegree
int

Degree in the U parametric direction

uKnotVector
double[]

Knot vector in the U parametric direction

vDegree
int

Degree in the V parametric direction

vKnotVector
double[]

Knot vector in the V parametric direction

ctrlPoints
Point4D[,]

Control points grid

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition