Surface.Trim (IList<Surface>, IList<Surface>, Double, Boolean, Boolean, out Surface(), out Surface()) Method

Trims a surface group against the other.
Public Shared Function Trim( _ 
ByVal listF As IList(Of Surface), _ 
ByVal listG As IList(Of 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( 
IList<Surface> listF
IList<Surface> listG
double tol
bool flipSideF
bool flipSideG
out Surface[] leftOversF
out Surface[] leftOversG 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

First surface group

listG
IList<Surface>

Second surface group

tol
double

The tolerance

flipSideF
bool

Reverse flag for the first surface group

flipSideG
bool

Reverse flag for the second surface group

leftOversF
Surface[]

Trim operation left over list

leftOversG
Surface[]

Trim operation left over list

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition