正多面体

正多面体は全部で5つしか存在しない。

正四面体

In[]:=
Graphics3D[Tetrahedron[],Boxed->False]
Out[]=

正六面体

In[]:=
Graphics3D[Hexahedron[],Boxed->False]
Out[]=

正八面体

In[]:=
Graphics3D[Octahedron[],Boxed->False]
Out[]=

正十二面体

In[]:=
Graphics3D[Dodecahedron[],Boxed->False]
Out[]=

正二十面体

In[]:=
Graphics3D[Icosahedron[],Boxed->False]
Out[]=