GBrep.CutBy (GSurface, Boolean) Method

Cuts this solid with the specified plane, overriding the original GBrep with the result of the cut.
Public Function CutBy( _ 
ByVal gSurface As GSurface, _ 
Optional ByVal flip As Boolean = false _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
GSurface gSurface
bool flip = false 
)
This language is not supported or no code example is available.

Parameters

gSurface
GSurface

The cutting gSurface

flip
bool

When true the cut direction is inverted

Return Value

booleanFailureType

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

.NET Framework

Supported in: 4.7.2

In this article

Definition