Mesh.from_polyhedron

classmethod Mesh.from_polyhedron(f)

Construct a mesh from a platonic solid.

Parameters

f ({4, 6, 8, 12, 20}) – The number of faces.

Returns

Mesh – A mesh object.