GBrep.SplitBy (GSurface, out GBrep(), out GBrep()) Method

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

Parameters

G
GSurface

The cutting GSurface

left
GBrep[]

The resulting set of left GBrep objects

right
GBrep[]

The resulting set of right GBrep 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.7.2

In this article

Definition