Surface.TrimBy (IList<Surface>, Double, Boolean) 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
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
IList<Surface> listG
double tol
bool flipSide 
)
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

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition