Edit and compile if you like:
\documentclass{article}\usepackage{tikz}\usepackage{tikz-3dplot}\usepackage[active,tightpage]{preview}\PreviewEnvironment{tikzpicture}\setlength\PreviewBorder{0.125pt}%% File name: regular-hexagonal-toroid-24-faces.tex% Description:% A geometric representation of the% regular hexagonal toroid with 24 faces is shown.%% Date of creation: July, 08th, 2021.% Date of last modification: October, 9th, 2022.% Author: Efraín Soto Apolinar.% https://www.aprendematematicas.org.mx/author/efrain-soto-apolinar/instructing-courses/% Source: page 476 of the% Glosario Ilustrado de Matem\'aticas Escolares.% https://tinyurl.com/5udm2ufy%% Terms of use:% According to TikZ.net% https://creativecommons.org/licenses/by-nc-sa/4.0/% Your commitment to the terms of use is greatly appreciated.%\begin{document}\tdplotsetmaincoords{80}{105}%\begin{tikzpicture}[tdplot_main_coords,scale=0.25]% Coordinates of the vertices\coordinate(0) at (-11, 5, 11);\coordinate(1) at (-11, -5, 11);\coordinate(2) at (11, -11, 5);\coordinate(3) at (11, -11, -5);\coordinate(4) at (5, 11, -11);\coordinate(5) at (-5, 11, -11);\coordinate(6) at (-7, 5, 11);\coordinate(7) at (11, -7, 5);\coordinate(8) at (5, 11, -7);\coordinate(9) at (-5, 7, -11);\coordinate(10) at (-11, -5, 7);
Click to download: regular-hexagonal-toroid-24-faces.tex • regular-hexagonal-toroid-24-faces.pdf
Open in Overleaf: regular-hexagonal-toroid-24-faces.tex
See more on the author page of Efraín Soto Apolinar.