HalfEdge.is_manifold
-
HalfEdge.
is_manifold
()[source] Verify that the mesh is manifold.
A mesh is manifold if the following conditions are fulfilled:
Each edge is incident to only one or two faces.
The faces incident to a vertex form a closed or an open fan.
- Returns
bool – True, if the mesh is manifold. False, otherwise.