pyvista.Transform.check_finite

pyvista.Transform.check_finite#

property Transform.check_finite: bool[source]#

Check that the matrix and inverse_matrix have finite values.

If True, all transformations are checked to ensure they only contain finite values (i.e. no NaN or Inf values) and a ValueError is raised otherwise. This is useful to catch cases where the transformation(s) are poorly defined and/or are numerically unstable.

This flag is enabled by default.