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

Parameters

pln
Plane

cutting plane

flip
bool

When true the cut direction is inverted

Return Value

booleanFailureType

The intersection failure type.

Remarks
 
If the operation is booleanFailureType.Success the Brep is modified, otherwise the original Brep is unmutated.

.NET Framework

Supported in: 4.8

In this article

Definition