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

Splits this solid with the specified plane.
Public Function SplitBy( _ 
ByVal G As Surface, _ 
ByRef left As Brep(), _ 
ByRef right As Brep() _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SplitBy( 
Surface G
out Brep[] left
out Brep[] right 
)
This language is not supported or no code example is available.

Parameters

G
Surface

The cutting surface

left
Brep[]

The resulting set of left Brep objects

right
Brep[]

The resulting set of right Brep objects

Return Value

booleanFailureType

The intersection failure type.

Remarks
 
If the operation is booleanFailureType.Success both left and right are filled, otherwise it exits at the first failure.

.NET Framework

Supported in: 4.8

In this article

Definition