---
title: TossableRepresentation.DodecahedronFace
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tossablerepresentation/dodecahedronface
---

# TossableRepresentation.DodecahedronFace

One of the faces of an dodecahedron

## Declaration

```swift
enum DodecahedronFace
```

## Topics

### Faces

- [TossableRepresentation.DodecahedronFace.a](tabletopkit/tossablerepresentation/dodecahedronface/a.md)
- [TossableRepresentation.DodecahedronFace.b](tabletopkit/tossablerepresentation/dodecahedronface/b.md)
- [TossableRepresentation.DodecahedronFace.c](tabletopkit/tossablerepresentation/dodecahedronface/c.md)
- [TossableRepresentation.DodecahedronFace.d](tabletopkit/tossablerepresentation/dodecahedronface/d.md)
- [TossableRepresentation.DodecahedronFace.e](tabletopkit/tossablerepresentation/dodecahedronface/e.md)
- [TossableRepresentation.DodecahedronFace.f](tabletopkit/tossablerepresentation/dodecahedronface/f.md)
- [TossableRepresentation.DodecahedronFace.g](tabletopkit/tossablerepresentation/dodecahedronface/g.md)
- [TossableRepresentation.DodecahedronFace.h](tabletopkit/tossablerepresentation/dodecahedronface/h.md)
- [TossableRepresentation.DodecahedronFace.i](tabletopkit/tossablerepresentation/dodecahedronface/i.md)
- [TossableRepresentation.DodecahedronFace.j](tabletopkit/tossablerepresentation/dodecahedronface/j.md)
- [TossableRepresentation.DodecahedronFace.k](tabletopkit/tossablerepresentation/dodecahedronface/k.md)
- [TossableRepresentation.DodecahedronFace.l](tabletopkit/tossablerepresentation/dodecahedronface/l.md)

### Creating a face

- [init(restingOrientation:)](tabletopkit/tossablerepresentation/dodecahedronface/init(restingorientation:).md)

### Getting the resting orientation

- [restingOrientation](tabletopkit/tossablerepresentation/dodecahedronface/restingorientation.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TossableRepresentation.TossableFace](tabletopkit/tossablerepresentation/tossableface.md)

## See Also

### Getting the face

- [face(for:)](tabletopkit/tossablerepresentation/face(for:).md)
- [TossableRepresentation.TossableFace](tabletopkit/tossablerepresentation/tossableface.md)
- [TossableRepresentation.SphereFace](tabletopkit/tossablerepresentation/sphereface.md)
- [TossableRepresentation.CubeFace](tabletopkit/tossablerepresentation/cubeface.md)
- [TossableRepresentation.DecahedronFace](tabletopkit/tossablerepresentation/decahedronface.md)
- [TossableRepresentation.IcosahedronFace](tabletopkit/tossablerepresentation/icosahedronface.md)
- [TossableRepresentation.OctahedronFace](tabletopkit/tossablerepresentation/octahedronface.md)
- [TossableRepresentation.TetrahedronFace](tabletopkit/tossablerepresentation/tetrahedronface.md)
