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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition