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


In This Topic
    NNurbsSurface Constructor
    In This Topic
    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)
    public NNurbsSurface( 
       System.int degree1,
       System.int degree2,
       System.double[] knots1,
       System.double[] knots2,
       NVector4DD[,] 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