get_shapes
Get the visible shapes in a model. Hidden shapes are not returned.
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'])