Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / DegreeElevate Method
The number of times to increase the degree of the curve

In This Topic
    DegreeElevate Method
    In This Topic
    Degree elevates the curve.
    Syntax
    'Declaration
     
    Public Sub DegreeElevate( _
       ByVal t As Integer _
    ) 
    public void DegreeElevate( 
       int t
    )

    Parameters

    t
    The number of times to increase the degree of the curve
    See Also