# volumes

Get all volumes in model.

## Parameters

<dl>
<dd>None</dd>
</dl>

## See also

- [faces](/python/functions/model-and-stage/geometry/faces)
- [edges](/python/functions/model-and-stage/geometry/edges)
- [get_shapes](/python/functions/model-and-stage/geometry/get_shapes)
- [get_sub_shapes](/python/functions/model-and-stage/geometry/get_sub_shapes)
- [vertices](/python/functions/model-and-stage/geometry/vertices)

## Examples

```python
model3d.volumes()
```
