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

In This Topic
    ResizeKeep Method (Curve)
    In This Topic
    Resizes a curve, keeping original values.
    Syntax
    'Declaration
     
    Public Sub ResizeKeep( _
       ByVal n As Integer, _
       ByVal deg As Integer _
    ) 
    public void ResizeKeep( 
       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