Mesh.CutBy (Plane, Boolean) Method

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

Parameters

plane
Plane

The plane

close
bool

If false, the resulting mesh will not be closed

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