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

Splits a surface group by a surface.
Public Shared Function Split( _ 
ByVal listF As IList(Of Surface), _ 
ByVal G As Surface, _ 
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
Surface G
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

G
Surface

The surface

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