Brep.CutBy (Surface, 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, _ 
Optional ByVal flip As Boolean = false _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Surface surface
bool flip = false 
)
This language is not supported or no code example is available.

Parameters

surface
Surface

The cutting surface

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