Brep.CutBy (Surface, out Brep(), Boolean) Method

Cuts this solid with the specified plane, overriding the original Brep with the result of the cut.
Public Function CutBy( _ 
ByVal surface As Surface, _ 
ByRef leftOvers As Brep(), _ 
Optional ByVal flip As Boolean = false _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Surface surface
out Brep[] leftOvers
bool flip = false 
)
This language is not supported or no code example is available.

Parameters

surface
Surface

The cutting surface

leftOvers
Brep[]

The possible left over solid objects

flip
bool

When true the cut direction is inverted

Return Value

booleanFailureType

If true the operation succeeds and the original Brep is modified, otherwise the operation failed and the original Brep is unmutated.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition