# get_shapes

Get shapes in a model.

# Parameters

types : list, optional
list of one or more ShapeType

# See also

# Examples

s = get_shapes()
s.values #display the list of shapes
vv = model3d.get_shapes(types=['vertex','volume'])