represents a regular dodecahedron centered at the origin with unit edge length.
Dodecahedron[l]
represents a dodecahedron with edge length l.
Dodecahedron[{θ,ϕ},…]
represents a dodecahedron rotated by an angle θ with respect to the z axis and angle ϕ with respect to the y axis.
Dodecahedron[{x,y,z},…]
represents a dodecahedron centered at {x,y,z}.
Dodecahedron
represents a regular dodecahedron centered at the origin with unit edge length.
Dodecahedron[l]
represents a dodecahedron with edge length l.
Dodecahedron[{θ,ϕ},…]
represents a dodecahedron rotated by an angle θ with respect to the z axis and angle ϕ with respect to the y axis.
Dodecahedron[{x,y,z},…]
represents a dodecahedron centered at {x,y,z}.
Details and Options
- Dodecahedron is also known as regular dodecahedron or pentagonal dodecahedron.
- Dodecahedron can be used as a geometric region and graphics primitive.
- Dodecahedron[] is equivalent to Dodecahedron[{0,0,0},1].
- Dodecahedron[l] is equivalent to Dodecahedron[{0,0,0},l].
- CanonicalizePolyhedron can be used to convert a dodecahedron to an explicit Polyhedron object.
- Dodecahedron can be used in Graphics3D.
- In graphics, the points and edge lengths can be Scaled and Dynamic expressions.
- Graphics rendering is affected by directives such as FaceForm, EdgeForm, Opacity, Texture and color.
- The following options and settings can be used in graphics:
-
VertexColors Automatic vertex colors to be interpolated VertexNormals Automatic effective vertex normals for shading VertexTextureCoordinates None coordinates for textures
Examples
open all close allBasic Examples (3)
Graphics3D[Dodecahedron[]]ℛ = Dodecahedron[];{Graphics3D[{Pink, ℛ}], Graphics3D[{EdgeForm[Thick], ℛ}], Graphics3D[{EdgeForm[Dashed], ℛ}], Graphics3D[{EdgeForm[Directive[Thick, Dashed, Blue]], Pink, ℛ}]}ℛ = Dodecahedron[{1, 2, 3}, 2];Volume[ℛ]RegionCentroid[ℛ]Scope (9)
Graphics (7)
Specification (4)
Graphics3D[Dodecahedron[]]A unit dodecahedron with explicitly specified edge length:
Graphics3D[Dodecahedron[1], PlotRange -> 3]A dodecahedron with edge length 2:
Graphics3D[Dodecahedron[2], PlotRange -> 3]A dodecahedron with edge length 1/2 centered at (1/2, 1/2, 1/2):
Graphics3D[Dodecahedron[{1, 1, 1} / 2, 1 / 2], PlotRange -> 1.1]A unit dodecahedron rotated by 45° around the
axis:
Graphics3D[Dodecahedron[{45°, 0}], PlotRange -> 2]A unit dodecahedron rotated by 45° around the
axis:
Graphics3D[Dodecahedron[{0, 45°}], PlotRange -> 2]A dodecahedron of edge length 2 rotated by 45° around the
axis and 45° around the
axis:
Graphics3D[Dodecahedron[{45°, 45°}, 2], PlotRange -> 3]A dodecahedron of edge length 1 centered at (1/2, 1/2, 1/2) rotated by 45° around the
axis and 45° around the
axis:
Graphics3D[Dodecahedron[{1, 1, 1} / 2, {45°, 45°}, 1], PlotRange -> 2]Styling (3)
FaceForm and EdgeForm can be used to specify the styles of the faces and edges:
ℛ = Dodecahedron[];Graphics3D[{EdgeForm[{Thick, Dashed, Blue}], FaceForm[{Pink, Opacity[0.7]}], ℛ}, Boxed -> False]Apply a Texture to the faces:
ℛ = Dodecahedron[{0, 0, 0}, VertexTextureCoordinates -> Flatten[Table[{j / 4, i / 3}, {i, 0, 3}, {j, 0, 4}], 1]];Graphics3D[{Texture[[image]], ℛ}, Lighting -> "Neutral"]Assign VertexColors to vertices:
ℛ = Dodecahedron[{0, 0, 0}, VertexColors -> RandomSample[ColorData["HTML", "ColorList"], 20]];Graphics3D[ℛ, Lighting -> "Neutral"]Regions (2)
Embedding dimension is the dimension of the space in which the dodecahedron lives:
ℛ = Dodecahedron[];RegionEmbeddingDimension[ℛ]Geometric dimension is the dimension of the shape itself:
RegionDimension[ℛ]ℛ = Dodecahedron[];BoundedRegionQ[ℛ]r = RegionBounds[ℛ]Graphics3D[{{EdgeForm[White], Opacity[0.2, Yellow], Cuboid@@Transpose[r]}, ℛ},
Boxed -> False]See Also
Cube Icosahedron Octahedron Tetrahedron Cuboid Polyhedron PolyhedronData CanonicalizePolyhedron
Function Repository: Pyritohedron
Related Guides
History
Text
Wolfram Research (2019), Dodecahedron, Wolfram Language function, https://reference.wolfram.com/language/ref/Dodecahedron.html.
CMS
Wolfram Language. 2019. "Dodecahedron." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Dodecahedron.html.
APA
Wolfram Language. (2019). Dodecahedron. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Dodecahedron.html
BibTeX
@misc{reference.wolfram_2026_dodecahedron, author="Wolfram Research", title="{Dodecahedron}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/Dodecahedron.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_dodecahedron, organization={Wolfram Research}, title={Dodecahedron}, year={2019}, url={https://reference.wolfram.com/language/ref/Dodecahedron.html}, note=[Accessed: 13-June-2026]}