---
title: TossableRepresentation.TossableFace
framework: tabletopkit
role: symbol
role_heading: Protocol
path: tabletopkit/tossablerepresentation/tossableface
---

# TossableRepresentation.TossableFace

A protocol that represents a face of a tossable shape.

## Declaration

```swift
protocol TossableFace : RawRepresentable where Self.RawValue == UInt64
```

## Topics

### Creating a tossable face

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

### Getting the orientation

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

## Relationships

### Inherits From

- [RawRepresentable](swift/rawrepresentable.md)

### Conforming Types

- [TossableRepresentation.CubeFace](tabletopkit/tossablerepresentation/cubeface.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.SphereFace](tabletopkit/tossablerepresentation/sphereface.md)
- [TossableRepresentation.TetrahedronFace](tabletopkit/tossablerepresentation/tetrahedronface.md)

## See Also

### Getting the face

- [face(for:)](tabletopkit/tossablerepresentation/face(for:).md)
- [TossableRepresentation.SphereFace](tabletopkit/tossablerepresentation/sphereface.md)
- [TossableRepresentation.CubeFace](tabletopkit/tossablerepresentation/cubeface.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)
