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

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

Parameters

pln
Plane

The cutting plane

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