GaussianCubeReader.read#
- GaussianCubeReader.read( ) DataSet[source]#
Read the file and return the output.
- Parameters:
- gridbool, default:
False Output as a grid if
True, otherwise return the polydata.- validatebool,
optional Forwarded to
pyvista.wrap(). SeeBaseReader.read().Added in version 0.48.
- gridbool, default:
- Returns:
pyvista.DataSetPyVista dataset read from the file.