Surface.Resize Method

Resizes a surface.
Public Sub Resize( _ 
ByVal n As Integer, _ 
ByVal m As Integer, _ 
ByVal degU As Integer, _ 
ByVal degV As Integer
)
This language is not supported or no code example is available.
public void Resize( 
int n
int m
int degU
int degV 
)
This language is not supported or no code example is available.

Parameters

n
int

The new number of control points in the U direction

m
int

The new number of control points in the V direction

degU
int

The degree of the surface in the U direction

degV
int

The degree of the surface in the V direction

Remarks
 
The old values are lost and new ones have to be created.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition