Truncated Dodecahedron

truncated-dodecahedron

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: truncated-dodecahedron.tex
% Description:
% A geometric representation of the truncated dodecahedron is shown.
%
% Date of creation: May, 25th, 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 142 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{70}{130}
%
\begin{tikzpicture}[tdplot_main_coords]
% Change the value of the number at {\escala}{##} to scale the figure up or down
\pgfmathsetmacro{\escala}{0.75}
% Coordinates of the vertices
\coordinate(1) at (\escala*0., -\escala*1.61803, \escala*2.4899);
\coordinate(2) at (\escala*0., -\escala*1.61803, -\escala*2.4899);
\coordinate(3) at (\escala*0., \escala*1.61803, \escala*2.4899);
\coordinate(4) at (\escala*0., \escala*1.61803, -\escala*2.4899);
\coordinate(5) at (\escala*0.425325, -\escala*2.92705, \escala*0.262866);
\coordinate(6) at (\escala*0.425325, \escala*2.92705, \escala*0.262866);
\coordinate(7) at (\escala*0.688191, -\escala*2.11803, \escala*1.96417);
\coordinate(8) at (\escala*0.688191, \escala*2.11803, \escala*1.96417);
\coordinate(9) at (-\escala*2.75276, \escala*0., -\escala*1.11352);
\coordinate(10) at (-\escala*2.06457, -\escala*2.11803, \escala*0.262866);
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: truncated-dodecahedron.textruncated-dodecahedron.pdf
Open in Overleaf:
truncated-dodecahedron.tex
See more on the author page of Efraín Soto Apolinar.

Leave a Reply

Your email address will not be published.