pyvista.Plotter.render_window#
- property Plotter.render_window: vtkRenderWindow | None[source]#
Access the vtkRenderWindow attached to this plotter.
If the plotter is closed, this will return
None
.- Returns:
- vtkRenderWindow |
None
Render window if the plotter is not closed.
- vtkRenderWindow |
Notes
Subclass must set
ren_win
on initialization.