Shape.to_vertices_and_faces

Shape.to_vertices_and_faces(**kwargs)[source]

Convert the shape to a list of vertices and faces.

Returns:
list of list of float

The vertices of the shape.

list of list of int

The faces of the shape.