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

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

Parameters

F
Surface

First surface

G
Surface

Second surface

tol
double

The tolerance

flipSideF
bool

Reverse flag for the first surface

flipSideG
bool

Reverse flag for the second surface

leftOversF
Surface[]

leftOversG
Surface[]

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition