Solid.CutBy (Surface, Double, Boolean, Boolean) 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, _ 
ByVal keepOriginalColors As Boolean
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Surface surf
double tolerance
bool flipSide
bool keepOriginalColors 
)
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

keepOriginalColors
bool

If true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids

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