DataContainer.get_actors#
- DataContainer.get_actors(include_lod=False)[source]#
Get VTK actors from all geometries.
- Parameters:
- include_lodbool, optional
Include interaction-LOD shadow actors. Only the renderer should set this to True; index-based lookups rely on the default 1:1 correspondence with :pyattr:`data`.
- Returns:
- list
List of VTK actors.