Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Surface Constructor / Surface Constructor(Int32,Double[],Int32,Double[],Point4D[,])
Degree in the U parametric direction
Knot vector in the U parametric direction
Degree in the V parametric direction
Knot vector in the V parametric direction
Control points grid

In This Topic
    Surface Constructor(Int32,Double[],Int32,Double[],Point4D[,])
    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 _
    )
    public Surface( 
       int uDegree,
       double[] uKnotVector,
       int vDegree,
       double[] vKnotVector,
       Point4D[,] ctrlPoints
    )

    Parameters

    uDegree
    Degree in the U parametric direction
    uKnotVector
    Knot vector in the U parametric direction
    vDegree
    Degree in the V parametric direction
    vKnotVector
    Knot vector in the V parametric direction
    ctrlPoints
    Control points grid
    See Also