Nevron.GraphicsCore.Nurbs Namespace / NNurbsSurface Class / NNurbsSurface Constructor


NNurbsSurface Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal degree1 As System.Integer, _
   ByVal degree2 As System.Integer, _
   ByVal knots1() As System.Double, _
   ByVal knots2() As System.Double, _
   ByVal controlPoints(,) As NVector4DD _
)
 
'Usage
 
Dim degree1 As System.Integer
Dim degree2 As System.Integer
Dim knots1() As System.Double
Dim knots2() As System.Double
Dim controlPoints() As NVector4DD
 
Dim instance As New NNurbsSurface(degree1, degree2, knots1, knots2, controlPoints)

Parameters

degree1
degree2
knots1
knots2
controlPoints
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also