pyvista.OpenFOAMReader.disable_patch_array#
- OpenFOAMReader.disable_patch_array(name) None [source]#
Disable reading of patch array.
- Parameters:
- name
str
Which patch array to disable.
- name
Examples
>>> import pyvista as pv >>> from pyvista import examples >>> filename = examples.download_cavity(load=False) >>> reader = pv.OpenFOAMReader(filename) >>> reader.disable_patch_array('internalMesh') >>> reader.patch_array_status('internalMesh') False