GambitReader#
- class GambitReader(*args, **kwargs)[source]#
GambitReader for .neu files.
Wraps vtkGAMBITReader.
Added in version 0.44.0.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_prism(load=False)
>>> reader = pv.get_reader(filename)
>>> mesh = reader.read()
>>> mesh.plot()