Solid.CutBy (Plane, Boolean, out Solid()) Method

Cuts the part of the solid on the positive side of a plane.
Public Function CutBy( _ 
ByVal plane As Plane, _ 
ByVal keepOriginalColors As Boolean, _ 
ByRef leftOvers As Solid() _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Plane plane
bool keepOriginalColors
out Solid[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

keepOriginalColors
bool

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

leftOvers
Solid[]

The other solids that may result from the operation

Return Value

booleanFailureType

True if the plane intersects the solid, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition