Model.mesh_to_quads

Model.mesh_to_quads()

Convert the model mesh to a list of quads.

Returns:
list[(Point, Point, Point, Point)]

A list of quads.