CGNSReader.disable_all_bases#
- CGNSReader.disable_all_bases() None[source]#
Disable reading all bases.
By default only the 0th base is read.
Examples#
Download Python source code | Download Jupyter notebook
Disable reading all bases.
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_cgns_multi(load=False)
>>> reader = pv.CGNSReader(filename)
>>> reader.disable_all_bases()