Surface.Trim (IList<Surface>, Plane, Double) 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
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Trim( 
IList<Surface> listF
Plane pln
double tol 
)
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

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition