UniformPolyhedron
UniformPolyhedron["name"] gives the uniform polyhedron with the given name.
UniformPolyhedron[{n, m}]gives the uniform polyhedron with n sides of each face and m faces meeting at each vertex point.UniformPolyhedron[{r, θ, ϕ}, ...]rescales the uniform polyhedron by a factor r and rotates by an angle θ with respect to the z axis and angle ϕ with respect to the y axis.UniformPolyhedron[{x, y, z}, {r, θ, ϕ}, ...]centers the uniform polyhedron at {x, y, z}.
Examples
Create a dodecahedron:
UniformPolyhedron["Dodecahedron"]Create by face/vertex specification:
UniformPolyhedron[{5, 3}]Please visit the official Wolfram Language Reference for more details.