CGNSReader.load_boundary_patch#
Notes#
VTK default is False, but PyVista uses True.
Examples#
Download Python source code | Download Jupyter notebook
Enable loading boundary patches .
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_cgns_multi(load=False)
>>> reader = pv.CGNSReader(filename)
>>> reader.load_boundary_patch = True
>>> reader.load_boundary_patch
True