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

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

Parameters

plane
Plane

The splitting plane

splitDisjoint
bool

When true, disjoint objects are separated into individual meshes

splits
Mesh[]

Array of new Meshes created by splitting

Return Value

booleanFailureType

Return true in case of success

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition