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

Return true in case of success

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition