BaseReader.read#
- BaseReader.read( ) _T_Output_co[source]#
Read data in file.
- Parameters:
- validatebool,
optional Forwarded to
pyvista.wrap()as thevalidatekeyword. WhenTrue, perform a cheap array-length sanity check on the read dataset and emit aInvalidMeshWarningon a mismatch. WhenFalse, skip the check entirely. WhenNone(the default), honorpyvista.core.config.Config.validate_on_wrap.Added in version 0.48.
- validatebool,
- Returns:
pyvista.DataObjectPyVista dataset. The concrete subclass is determined by the specific
*Readerused; for example,XMLUnstructuredGridReaderproduces anUnstructuredGrid.