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

Trims a surface group using the limit plane provided. Always removes the splits on the positive side of the plane.
Public Shared Function Trim( _ 
ByVal listF As IList(Of Surface), _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByVal flipSideF As Boolean, _ 
ByRef leftOversF As Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Trim( 
IList<Surface> listF
Plane pln
double tol
bool flipSideF
out Surface[] leftOversF 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

The surface group

pln
Plane

The limit plane

tol
double

The tolerance

flipSideF
bool

Reverse flag array for the surface group

leftOversF
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