Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Resize Method
The new number of control points for the curve
The new degree for the curve

In This Topic
    Resize Method (Curve)
    In This Topic
    Resizes a curve.
    Syntax
    'Declaration
     
    Public Sub Resize( _
       ByVal n As Integer, _
       ByVal deg As Integer _
    ) 
    public void Resize( 
       int n,
       int deg
    )

    Parameters

    n
    The new number of control points for the curve
    deg
    The new degree for the curve
    Remarks
    The old values are lost and new ones have to be created.
    See Also