Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / SphericalSurface Class / SphericalSurface Constructor / SphericalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,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
Revolved surface generatrix curve
Sphere radius
Revolved surface seam plane

In This Topic
    SphericalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,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 generatrix As ICurve, _
       ByVal radius As Double, _
       ByVal seamPlane As Plane _
    )
    public SphericalSurface( 
       int uDegree,
       double[] uKnotVector,
       int vDegree,
       double[] vKnotVector,
       Point4D[,] ctrlPoints,
       ICurve generatrix,
       double radius,
       Plane seamPlane
    )

    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
    generatrix
    Revolved surface generatrix curve
    radius
    Sphere radius
    seamPlane
    Revolved surface seam plane
    See Also