is_manifold method

is_manifold(self)

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

Returns

true if the mesh is a manifold mesh.


def is_manifold(self):
    ...

See Also