Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Resize Method
The new number of control points in the U direction
The new number of control points in the V direction
The degree of the surface in the U direction
The degree of the surface in the V direction

In This Topic
    Resize Method (Surface)
    In This Topic
    Resizes a surface.
    Syntax
    'Declaration
     
    Public Sub Resize( _
       ByVal n As Integer, _
       ByVal m As Integer, _
       ByVal degU As Integer, _
       ByVal degV As Integer _
    ) 
    public void Resize( 
       int n,
       int m,
       int degU,
       int degV
    )

    Parameters

    n
    The new number of control points in the U direction
    m
    The new number of control points in the V direction
    degU
    The degree of the surface in the U direction
    degV
    The degree of the surface in the V direction
    Remarks
    The old values are lost and new ones have to be created.
    See Also