Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarSurface Class / PlanarSurface Constructor / PlanarSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],Plane)
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
Surface plane

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

    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
    plane
    Surface plane
    See Also