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

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