Box.to_vertices_and_faces

Box.to_vertices_and_faces(triangulated=False)[source]

Returns a list of vertices and faces.

Parameters:
triangulated: bool, optional

If True, triangulate the faces.

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

A list of vertex locations, and a list of faces, with each face defined as a list of indices into the list of vertices.