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

Splits the surface by a plane.
Public Function SplitBy( _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByRef splitsF As Surface(), _ 
ByRef splitsG As Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType SplitBy( 
Plane pln
double tol
out Surface[] splitsF
out Surface[] splitsG 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane

tol
double

The tolerance

splitsF
Surface[]

The resulting F surface splits

splitsG
Surface[]

The resulting G surface splits

Return Value

ssiFailureType

The intersection failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition