NurbsSurf(Int32, Double(), Int32, Double(), Point4D(,), Int32) 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(,), _ 
Optional ByVal index As Integer = 0 _ 
)
This language is not supported or no code example is available.
public NurbsSurf( 
int uDegree
double[] uKnotVector
int vDegree
double[] vKnotVector
Point4D[,] ctrlPoints
int index = 0 
)
This language is not supported or no code example is available.

Parameters

uDegree
int

Surface degree in the U parametric direction

uKnotVector
double[]

Knot vector in the U parametric direction

vDegree
int

Surface degree in the V parametric direction

vKnotVector
double[]

Knot vector in the V parametric direction

ctrlPoints
Point4D[,]

Surface control points

index
int

.NET Framework

Supported in: 4.8

In this article

Definition