pyvista.PolyData.use_strict_n_faces# static PolyData.use_strict_n_faces(mode: bool) → None[source]# Global opt-in to strict n_faces. Parameters: modeboolIf true, all future calls to n_faces will return the same thing as n_faces_strict.