GSurface.Blend Method

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

Parameters

F
GSurface

First gSurface

G
GSurface

Second gSurface

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 gSurface has opposite direction of the edge of F

flipEdgeG
bool

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

Return Value

GSurface

The blend gSurface.

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

.NET Framework

Supported in: 4.7.2

In this article

Definition