TabulatedSurface(Int32, Double(), Int32, Double(), Point4D(,), Vector3D, ICurve) Constructor

Deserialization constructor.
Public Sub New( _ 
ByVal uDegree As Integer, _ 
ByVal uKnotVector As Double(), _ 
ByVal vDegree As Integer, _ 
ByVal vKnotVector As Double(), _ 
ByVal ctrlPoints As Point4D(,), _ 
ByVal theGeneratrix As Vector3D, _ 
ByVal theDirectrix As ICurve
)
This language is not supported or no code example is available.
public TabulatedSurface( 
int uDegree
double[] uKnotVector
int vDegree
double[] vKnotVector
Point4D[,] ctrlPoints
Vector3D theGeneratrix
ICurve theDirectrix 
)
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

theGeneratrix
Vector3D

Generatrix 3D vector

theDirectrix
ICurve

Directrix curve

.NET Framework

Supported in: 4.8

In this article

Definition