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