---
title: "face(for:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tossablerepresentation/face(for:)"
---

# face(for:)

For the shape corresponding to this tossable representation, constructs the face in contact with the table when the equipment has the given resting orientation.

## Declaration

```swift
func face(for restingOrientation: Rotation3D) -> any TossableRepresentation.TossableFace
```

## See Also

### Getting the face

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