pyvista.Transform.check_finite#
- property Transform.check_finite: bool[source]#
Check that the
matrix
andinverse_matrix
have finite values.If
True
, all transformations are checked to ensure they only contain finite values (i.e. noNaN
orInf
values) and aValueError
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.