pyvista_cad.UnsupportedFormatError

On this page

pyvista_cad.UnsupportedFormatError#

exception UnsupportedFormatError[source]#

Raised when a requested format is not supported.

Either because the format is outside the v1 matrix or because the optional extra that provides the backend is not installed.

Examples

>>> from pyvista_cad import CadError, UnsupportedFormatError
>>> issubclass(UnsupportedFormatError, CadError)
True