Surface.TrimBy (Plane, Double, Boolean) Method

Trims the surface using the limit plane provided.
Public Function TrimBy( _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByVal flipSide As Boolean
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
Plane pln
double tol
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The limit plane

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