Solid.CutBy (Plane) Method

Cuts the part of the solid on the positive side of a plane.
Public Function CutBy( _ 
ByVal plane As Plane
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType CutBy( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

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