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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition