Mesh.IsManifold

Mesh.IsManifold method

Check if current mesh is a manifold mesh. This function will not cache the manifold calculation result.

public bool IsManifold()

Return Value

true if the mesh is a manifold mesh.

See Also