graph_tool.collection.truncated_tetrahedron_graph#

graph_tool.collection.truncated_tetrahedron_graph()[source]#

Returns the skeleton of the truncated Platonic tetrahedron.

Returns:
gGraph

Skeleton of the truncated tetrahedron

Notes

The truncated tetrahedron is an Archimedean solid with 4 regular hexagonal faces, 4 equilateral triangle faces, 12 nodes and 18 edges. It can be constructed by truncating all 4 vertices of a regular tetrahedron at one third of the original edge length [truncated_tetrahedron].

References