Solid.CutBy (Surface, Double, Boolean, Solid()) Method

Cuts the part of the solid on the positive side of a surface.
Public Function CutBy( _ 
ByVal surf As Surface, _ 
ByVal tolerance As Double, _ 
ByVal flipSide As Boolean, _ 
ByRef leftOvers As Solid() _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Surface surf
double tolerance
bool flipSide
out Solid[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

surf
Surface

The surface

tolerance
double

The surface tessellation tolerance

flipSide
bool

The flip side flag

leftOvers
Solid[]

The other solids that may result from the operation

Return Value

booleanFailureType

True if the operation was successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition