Scene.find_all_by_itemtype

Scene.find_all_by_itemtype(itemtype)[source]

Find all scene objects with a data item of the given type.

Parameters:
itemtypecompas.data.Data

The type of the data item associated with the scene object.

Returns:
list[SceneObject]