GBrep.CutBy (GSurface, out GBrep(), 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, _ 
ByRef leftOvers As GBrep(), _ 
Optional ByVal flip As Boolean = false _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
GSurface gSurface
out GBrep[] leftOvers
bool flip = false 
)
This language is not supported or no code example is available.

Parameters

gSurface
GSurface

The cutting gSurface

leftOvers
GBrep[]

The possible left over solid objects

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