Mesh.SplitBy (Plane, out Mesh()) Method

Splits this Mesh object by plane.
Public Function SplitBy( _ 
ByVal plane As Plane, _ 
ByRef splits As Mesh() _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SplitBy( 
Plane plane
out Mesh[] splits 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The splitting plane

splits
Mesh[]

Array of new Meshes created by splitting

Return Value

booleanFailureType

The intersection failure type.

Remarks
 
If the operation is booleanFailureType.Success returns an array of the split objects, otherwise it exits at the first failure.

.NET Framework

Supported in: 4.8

In this article

Definition