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

True if the operation succeeds, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition