# get_shape_by_id

Get shape by id.

## Parameters

<dl>
<dt>id : int</dt>
<dd>Shape id</dd>
</dl>

## See also

- [select](/python/functions/model/select/)
- [get_shapes](/python/functions/model/get_shapes/)

## Examples

```py
model2d.add_rectangle([0,0],[2,2])
model2d.get_shape_by_id(id=8)
face:id=8
```
