mesh_flip_cycles
- compas.datastructures.mesh_flip_cycles(mesh)[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.