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

Trims the surface using the limit surface group provided.
Public Function TrimBy( _ 
ByVal listG As IList(Of Surface), _ 
ByVal tol As Double, _ 
ByVal flipSide As Boolean, _ 
ByRef leftOvers As Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
IList<Surface> listG
double tol
bool flipSide
out Surface[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

listG
IList<Surface>

Limit surface group

tol
double

The tolerance

flipSide
bool

Reverse flag

leftOvers
Surface[]

Trim operation left over list

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition