# get_shape_by_id

Get shape by id.

# Parameters

id : int
Shape id

# See also

# Examples

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