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:
- itemtype
compas.data.Data
The type of the data item associated with the scene object.
- itemtype
- Returns:
- list[
SceneObject
]
- list[