Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / NurbsSurf Class / NurbsSurf Constructor / NurbsSurf Constructor(Int32,Double[],Int32,Double[],Point4D[,],Int32)
Surface degree in the U parametric direction
Knot vector in the U parametric direction
Surface degree in the V parametric direction
Knot vector in the V parametric direction
Surface control points

In This Topic
    NurbsSurf Constructor(Int32,Double[],Int32,Double[],Point4D[,],Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal uDegree As Integer, _
       ByVal uKnotVector() As Double, _
       ByVal vDegree As Integer, _
       ByVal vKnotVector() As Double, _
       ByVal ctrlPoints(,) As Point4D, _
       Optional ByVal index As Integer _
    )
    public NurbsSurf( 
       int uDegree,
       double[] uKnotVector,
       int vDegree,
       double[] vKnotVector,
       Point4D[,] ctrlPoints,
       int index
    )

    Parameters

    uDegree
    Surface degree in the U parametric direction
    uKnotVector
    Knot vector in the U parametric direction
    vDegree
    Surface degree in the V parametric direction
    vKnotVector
    Knot vector in the V parametric direction
    ctrlPoints
    Surface control points
    index
    See Also