GSurface.Trim (GSurface, GSurface, Double, Boolean, Boolean, out GSurface(), out GSurface()) Method

Trims a gSurface against the other.
Public Shared Function Trim( _ 
ByVal F As GSurface, _ 
ByVal G As GSurface, _ 
ByVal tol As Double, _ 
ByVal flipSideF As Boolean, _ 
ByVal flipSideG As Boolean, _ 
ByRef leftOversF As GSurface(), _ 
ByRef leftOversG As GSurface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Trim( 
GSurface F
GSurface G
double tol
bool flipSideF
bool flipSideG
out GSurface[] leftOversF
out GSurface[] leftOversG 
)
This language is not supported or no code example is available.

Parameters

F
GSurface

First gSurface

G
GSurface

Second gSurface

tol
double

The tolerance

flipSideF
bool

Reverse flag for the first gSurface

flipSideG
bool

Reverse flag for the second gSurface

leftOversF
GSurface[]

leftOversG
GSurface[]

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.7.2

In this article

Definition