Mesh.unify_cycles
- Mesh.unify_cycles(root=None, nmax=None, max_distance=None)[source]
Unify the cycles of the mesh.
- Parameters:
- rootint, optional
The key of the root face.
- nmaxint, optional
The maximum number of neighboring faces to consider. If neither nmax nor max_distance is specified, all faces will be considered.
- max_distancefloat, optional
The max_distance of the search sphere for neighboring faces. If neither nmax nor max_distance is specified, all faces will be considered.
- Returns:
- None
The mesh is modified in place.