# faces

Get all faces in model.

## Parameters

None

## See also

- [edges](/python/functions/model/edges/)
- [get_shapes](/python/functions/model/get_shapes/)
- [get_sub_shapes](/python/functions/model/get_sub_shapes/)
- [vertices](/python/functions/model/vertices/)
- [volumes](/python/functions/model/volumes/)

## Examples

```py
model2d.faces()
model3d.faces()
```
