Surface.Trim (IList<Surface>, IList<Surface>, Double, Boolean, Boolean) 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
) 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 
)
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

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition