Mesh.SubdivideBy Method

Subdivides the mesh by a plane.
Public Function SubdivideBy( _ 
ByVal plane As Plane
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SubdivideBy( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The subdivision plane

Return Value

booleanFailureType

A booleanFailureType telling if the operation was successful.

Remarks
 
If the number of triangles doesn't change, the plane is passing through the mesh but is not cutting any triangle edge because some vertices are exactly on the plane.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition