---
title: TossableRepresentation.CubeFace
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tossablerepresentation/cubeface
---

# TossableRepresentation.CubeFace

One of the faces of a cube

## Declaration

```swift
enum CubeFace
```

## Topics

### Faces

- [TossableRepresentation.CubeFace.a](tabletopkit/tossablerepresentation/cubeface/a.md)
- [TossableRepresentation.CubeFace.b](tabletopkit/tossablerepresentation/cubeface/b.md)
- [TossableRepresentation.CubeFace.c](tabletopkit/tossablerepresentation/cubeface/c.md)
- [TossableRepresentation.CubeFace.d](tabletopkit/tossablerepresentation/cubeface/d.md)
- [TossableRepresentation.CubeFace.e](tabletopkit/tossablerepresentation/cubeface/e.md)
- [TossableRepresentation.CubeFace.f](tabletopkit/tossablerepresentation/cubeface/f.md)

### Creating a face

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

### Getting the resting orientation

- [restingOrientation](tabletopkit/tossablerepresentation/cubeface/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.DecahedronFace](tabletopkit/tossablerepresentation/decahedronface.md)
- [TossableRepresentation.DodecahedronFace](tabletopkit/tossablerepresentation/dodecahedronface.md)
- [TossableRepresentation.IcosahedronFace](tabletopkit/tossablerepresentation/icosahedronface.md)
- [TossableRepresentation.OctahedronFace](tabletopkit/tossablerepresentation/octahedronface.md)
- [TossableRepresentation.TetrahedronFace](tabletopkit/tossablerepresentation/tetrahedronface.md)
