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

In This Topic
    ToroidalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,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 major As Double, _
       ByVal minor As Double, _
       ByVal seamPlane As Plane _
    )
    public ToroidalSurface( 
       int uDegree,
       double[] uKnotVector,
       int vDegree,
       double[] vKnotVector,
       Point4D[,] ctrlPoints,
       ICurve generatrix,
       double major,
       double minor,
       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
    major
    Major radius
    minor
    Minor radius
    seamPlane
    Revolved surface seam plane
    See Also