Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ResizeKeep 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
    ResizeKeep Method (Surface)
    In This Topic
    Resizes a surface, keeping original values.
    Syntax
    'Declaration
     
    Public Sub ResizeKeep( _
       ByVal n As Integer, _
       ByVal m As Integer, _
       ByVal degU As Integer, _
       ByVal degV As Integer _
    ) 
    public void ResizeKeep( 
       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
    See Also