mesh_flip_cycles
- compas.datastructures.mesh_flip_cycles(mesh)[source]
Flip the cycle directions of all faces.
- Parameters
mesh (
compas.datastructures.Mesh
) – A mesh object.- Returns
None – The mesh is modified in place.
Notes
This function does not care about the directions being unified or not. It just reverses whatever direction it finds.