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