Mesh.CutBy (Plane) Method

Cuts the part of the mesh 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

The intersection failure type.

Remarks
 
If the operation is booleanFailureType.Success the object is modified, otherwise the original object is unmutated.

.NET Framework

Supported in: 4.8

In this article

Definition