Errors and Warnings#
|
Exception when data is ambiguous, for example, multiple active scalars can be set. |
|
Used for deprecated methods and functions. |
|
Exception when passed an invalid camera. |
|
Error for invalid mesh properties. |
Warning for invalid mesh properties. |
|
|
Exception when data is missing, for example, no active scalars can be set. |
|
Exception when a mesh does not contain all triangles. |
|
Requested filter or property is not supported by the PointSet class. |
Requested filter or property is not supported by the PointSet class. |
|
|
Requested filter or property is not supported by the PointSet class. |
|
Exception when accessing an attribute that is not part of the PyVista API. |
Non-supressed Deprecation Warning. |
|
Efficiency warning. |
|
Non-supressed Future Warning. |
|
|
Exception when a VTK pipeline runs into an issue. |
Exception when the render window is not available. |
|
|
Exception when a VTK output message is detected. |
Warning when a VTK output message is detected. |
|
|
Requested feature is not supported by the installed VTK version. |
VTK Observers#
These classes observe events on VTK objects, such as errors, warnings, and the progress of an algorithm.
|
A standard class for observing VTK objects. |
|
A standard class for monitoring the progress of a VTK algorithm. |
Context manager to temporarily catch VTK errors. |
VTK Error Output#
These functions redirect the errors and warnings that VTK emits. To
control how much VTK logs in the first place, see
vtk_verbosity().
Send all VTK error/warning messages to Python's logging module. |
|
|
Set a file to write out the VTK errors. |