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

Cut the Brep with the Plane, overriding the original Brep with the result of the cut.
Public Function CutBy( _ 
ByVal pln As Plane, _ 
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( 
Plane pln
out Brep[] leftOvers
bool flip = false 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The cutting plane

leftOvers
Brep[]

The possible left over solid objects

flip
bool

When true the cut direction is inverted

Return Value

booleanFailureType

If true the operation is successful and the original Solid3BrepD 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