pyvista.PolyData.use_strict_n_faces#

static PolyData.use_strict_n_faces(mode: bool) None[source]#

Global opt-in to strict n_faces.

Parameters:
modebool

If true, all future calls to n_faces will return the same thing as n_faces_strict.