Mesh.SplitDisjoint Method

Divides into separate objects meshes that do not connect, but are still one object.
Public Function SplitDisjoint() As Mesh()
This language is not supported or no code example is available.
public Mesh[] SplitDisjoint()
This language is not supported or no code example is available.

Return Value

Mesh[]

The resulting Mesh objects.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition