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