# edges

Get all edges in model.

## Parameters

<dl>
<dd>None</dd>
</dl>

## See also

- [faces](/python/functions/model-and-stage/geometry/faces)
- [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)
- [volumes](/python/functions/model-and-stage/geometry/volumes)

## Examples

```python
model2d.edges()
model3d.edges()
```
