Surface.TrimBy (Plane, Double, Boolean, out Surface()) Method

Trims the surface using the limit plane provided.
Public Function TrimBy( _ 
ByVal pln As Plane, _ 
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( 
Plane pln
double tol
bool flipSide
out Surface[] leftOvers 
)
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

leftOvers
Surface[]

Trim operation leftovers list

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition