Retour

truncoctahedron0.tex

Télécharger le fichier Fichier PDF
Image PNG
\documentclass{article}
\usepackage{pst-solides3d}
 
\begin{document}
 
\begin{center}
\psset{unit=1}
\psset{viewpoint=30 20 30,Decran=100}
\begin{pspicture*}(-5,-4)(5,5)
\psframe(-5,-4)(5,5)
\psSolid[object=octahedron,
   a=2,
   show=all,
   num=all,
   hue=.5 .6,
   action=draw*]
\end{pspicture*}
\end{center}
 
\end {document}