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

generatrix
ICurve

Generatrix curve

seamPlane
devDept.Geometry.Plane

Seam plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition