import_data¶
- classmethod VTK.import_data(filename, project=None, delim=' | ')[source]¶
Read in pore and throat data from a saved VTK file.
- Parameters
filename (str (optional)) – The name of the file containing the data to import. The formatting of this file is outlined below.
project (Project) – A GenericNetwork is created and added to the specified Project. If no Project is supplied then one will be created and returned.