Surface.SplitBy (Surface, Double, out Surface(), out Surface()) Method

Splits the surface by a surface.
Public Function SplitBy( _ 
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 ssiFailureType SplitBy( 
Surface G
double tol
out Surface[] splitF
out Surface[] splitG 
)
This language is not supported or no code example is available.

Parameters

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