read_data_from_pickle
- compas_fab.utilities.read_data_from_pickle(file)[source]
Read data from pickle file.
- Parameters
file (str) – The path to the pickle file.
- Returns
object – An object containing the reconstituted object hierarchy.
Read data from pickle file.
file (str) – The path to the pickle file.
object – An object containing the reconstituted object hierarchy.