write_data_to_pickle

compas_fab.utilities.write_data_to_pickle(data, file)[source]

Write data to pickle file.

Parameters:
dataobject

The data to write to a pickle file.

filestr

The path where to save the data.