# volumes

Get all volumes in model.

## Parameters

None

## See also

- [faces](/python/functions/model/faces)
- [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)

## Examples

```python
model3d.volumes()
```
