PlanarSurface(Int32, Double(), Int32, Double(), Point4D(,), devDept.Geometry.Plane) 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 plane As devDept.Geometry.Plane
)
This language is not supported or no code example is available.
public PlanarSurface( 
int uDegree
double[] uKnotVector
int vDegree
double[] vKnotVector
Point4D[,] ctrlPoints
devDept.Geometry.Plane plane 
)
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

plane
devDept.Geometry.Plane

Surface plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition