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

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

Parameters

listF
IList<GSurface>

The gSurface group

pln
Plane

The plane

tol
double

The tolerance

splitF
GSurface[]

F gSurface split list

splitG
GSurface[]

gIg gSurface split list

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.7.2

In this article

Definition