Scene.add
- Scene.add(item, **kwargs)[source]
Add a COMPAS data item to the scene.
- Parameters:
item (
compas.data.Data
) – A COMPAS data item/object.**kwargs (dict[str, Any], optional) – Additional parameters to be passed on to the scene object corresponding to the data item.
- Returns: