Surface.GlobalInterpolation Method

Global surface interpolation.
Public Shared Function GlobalInterpolation( _ 
ByVal Q As Point3D(,), _ 
ByVal degU As Integer, _ 
ByVal degV As Integer
) As Surface
This language is not supported or no code example is available.
public static Surface GlobalInterpolation( 
Point3D[,] Q
int degU
int degV 
)
This language is not supported or no code example is available.

Parameters

Q
Point3D[,]

A matrix of 3D points

degU
int

The degree of interpolation in the U direction

degV
int

The degree of interpolation in the V direction

Return Value

Surface

The interpolated surface if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition