Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / TabulatedSurface Class / TabulatedSurface Constructor / TabulatedSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],Vector3D,ICurve)
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
Generatrix 3D vector
Directrix curve

In This Topic
    TabulatedSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],Vector3D,ICurve)
    In This Topic
    Deserialization 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, _
       ByVal theGeneratrix As Vector3D, _
       ByVal theDirectrix As ICurve _
    )
    public TabulatedSurface( 
       int uDegree,
       double[] uKnotVector,
       int vDegree,
       double[] vKnotVector,
       Point4D[,] ctrlPoints,
       Vector3D theGeneratrix,
       ICurve theDirectrix
    )

    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
    theGeneratrix
    Generatrix 3D vector
    theDirectrix
    Directrix curve
    See Also