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

Trims a surface group by a plane.
Public Shared Function Trim( _ 
ByVal listF As IList(Of Surface), _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByVal flipSideF As Boolean
) 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 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

The surface group

pln
Plane

The plane

tol
double

The tolerance

flipSideF
bool

Reverse flag array for the first surface group

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.8

In this article

Definition