Surface.TrimBy (Surface, Double, Boolean) Method

Trim the surface using the limit surface provided.
Public Function TrimBy( _ 
ByVal G As 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( 
Surface G
double tol
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

G
Surface

Limit surface

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