Mesh.flip_cycles

Mesh.flip_cycles()[source]

Flip the cycle directions of all faces.

Parameters

mesh (Mesh) – A mesh object.

Notes

This function does not care about the directions being unified or not. It just reverses whatever direction it finds.