graph_tool.collection.truncated_cube_graph#

graph_tool.collection.truncated_cube_graph()[source]#

Returns the skeleton of the truncated cube.

Returns:
gGraph

Skeleton of the truncated cube

Notes

The truncated cube is an Archimedean solid with 14 regular faces (6 octagonal and 8 triangular), 36 edges and 24 nodes [truncated_cube]. The truncated cube is created by truncating (cutting off) the tips of the cube one third of the way into each edge [truncated_cube_cut].

References