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

Splits a surface group by a plane.
Public Shared Function Split( _ 
ByVal listF As IList(Of Surface), _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByRef splitF As Surface(), _ 
ByRef splitG As Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Split( 
IList<Surface> listF
Plane pln
double tol
out Surface[] splitF
out Surface[] splitG 
)
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

splitF
Surface[]

F surface split list

splitG
Surface[]

G surface split list

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition