Surface.Blend Method

Creates a blend surface between two surfaces.
Public Shared Function Blend( _ 
ByVal F As Surface, _ 
ByVal G As Surface, _ 
ByVal edgeIndexF As Integer, _ 
ByVal edgeIndexG As Integer, _ 
ByVal tol As Double, _ 
ByVal flipEdgeF As Boolean, _ 
ByVal flipEdgeG As Boolean
) As Surface
This language is not supported or no code example is available.
public static Surface Blend( 
Surface F
Surface G
int edgeIndexF
int edgeIndexG
double tol
bool flipEdgeF
bool flipEdgeG 
)
This language is not supported or no code example is available.

Parameters

F
Surface

First surface

G
Surface

Second surface

edgeIndexF
int

Index of the edge on F

edgeIndexG
int

Index of the edge on G

tol
double

Tolerance

flipEdgeF
bool

If true, the edge of the blending surface has opposite direction of the edge of F

flipEdgeG
bool

If true, the edge of the blending surface has opposite direction of the edge of G

Return Value

Surface

The blend surface.

Remarks
 
It only works for edges of the outer contour of the surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition