Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ConicalSurface Class / ConicalSurface Constructor / ConicalSurface Constructor(Int32,Double[],Int32,Double[],Point4D[,],ICurve,Double,Plane,Double,Point3D)
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
Cone radius
Revolved surface seam plane
Cone half angle
Cone tip

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

    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
    Cone radius
    seamPlane
    Revolved surface seam plane
    halfAngle
    Cone half angle
    coneTip
    Cone tip
    See Also