Polyhedron.to_vertices_and_faces

Polyhedron.to_vertices_and_faces()[source]

Returns a list of vertices and faces.

Returns:
tuple[list[float], list[int]

A list of vertices and a list of faces.