pyvista.core.utilities.set_error_output_file#
- set_error_output_file(filename)[source]#
Set a file to write out the VTK errors.
- Parameters:
- filename
str
,Path
Path to the file to write VTK errors to.
- filename
- Returns:
- vtkFileOutputWindow
VTK file output window.
- vtkOutputWindow
VTK output window.